fr.cnes.sitools.dataset.opensearch.model
Class Opensearch

java.lang.Object
  extended by fr.cnes.sitools.dataset.opensearch.model.Opensearch
All Implemented Interfaces:
IResource, java.io.Serializable

public final class Opensearch
extends java.lang.Object
implements java.io.Serializable, IResource

DataSet OpenSearch functionalities : field index

Author:
jp.boignard (AKKA Technologies) http://www. opensearch.org/Specifications/OpenSearch/1.1# OpenSearch_description_document
See Also:
Serialized Form

Constructor Summary
Opensearch()
          Default constructor
 
Method Summary
 java.lang.String getDefaultSearchField()
          Gets the defaultSearchField value
 java.lang.String getDescription()
          Gets the description value
 java.lang.String getDescriptionField()
          Gets the descriptionField value
 java.lang.String getErrorMsg()
          Gets the errorMsg value
 java.lang.String getGuidField()
          Gets the GuidField value
 java.lang.String getId()
          Gets the id value
 Resource getImage()
          Gets the image value
 java.util.List<OpensearchColumn> getIndexedColumns()
          Gets the indexedColumns value
 java.lang.String getIndexPath()
          Gets the indexPath value
 java.util.ArrayList<java.lang.String> getKeywordColumns()
          Gets the keywordColumns value
 java.util.Date getLastImportDate()
          Gets the lastImportDate value
 java.lang.String getLinkField()
          Gets the LinkField value
 java.lang.String getName()
          Gets the name value
 java.lang.String getParent()
          Gets the parent value
 java.lang.String getParentUrl()
          Gets the parentUrl value
 java.lang.String getPubDateField()
          Gets the PubDateField value
 java.lang.String getRequestPath()
          Gets the requestPath value
 java.lang.String getStatus()
          Gets the status value
 java.lang.String getTitleField()
          Gets the titleField value
 java.lang.String getUniqueKey()
          Gets the uniqueKey value
 boolean isLinkFieldRelative()
          Gets the linkFieldAbsolute value
 void setDefaultSearchField(java.lang.String defaultSearchField)
          Sets the value of defaultSearchField
 void setDescription(java.lang.String description)
          Sets the value of description
 void setDescriptionField(java.lang.String descriptionField)
          Sets the value of descriptionField
 void setErrorMsg(java.lang.String errorMsg)
          Sets the value of errorMsg
 void setGuidField(java.lang.String guidField)
          Sets the value of GuidField
 void setId(java.lang.String id)
          Sets the value of id
 void setImage(Resource image)
          Sets the value of image
 void setIndexedColumns(java.util.List<OpensearchColumn> indexedColumns)
          Sets the value of indexedColumns
 void setIndexPath(java.lang.String indexPath)
          Sets the value of indexPath
 void setKeywordColumns(java.util.ArrayList<java.lang.String> keywordColumns)
          Sets the value of keywordColumns
 void setLastImportDate(java.util.Date lastImportDate)
          Sets the value of lastImportDate
 void setLinkField(java.lang.String linkField)
          Sets the value of LinkField
 void setLinkFieldRelative(boolean linkFieldRelative)
          Sets the value of linkFieldRelative
 void setName(java.lang.String name)
          Sets the value of name
 void setParent(java.lang.String parent)
          Sets the value of parent
 void setParentUrl(java.lang.String parentUrl)
          Sets the value of parentUrl
 void setPubDateField(java.lang.String pubDateField)
          Sets the value of PubDateField
 void setRequestPath(java.lang.String requestPath)
          Sets the value of requestPath
 void setStatus(java.lang.String status)
          Sets the value of status
 void setTitleField(java.lang.String titleField)
          Sets the value of titleField
 void setUniqueKey(java.lang.String uniqueKey)
          Sets the value of uniqueKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Opensearch

public Opensearch()
Default constructor

Method Detail

getRequestPath

public java.lang.String getRequestPath()
Gets the requestPath value

Returns:
the requestPath

setRequestPath

public void setRequestPath(java.lang.String requestPath)
Sets the value of requestPath

Parameters:
requestPath - the requestPath to set

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set

getDefaultSearchField

public java.lang.String getDefaultSearchField()
Gets the defaultSearchField value

Returns:
the defaultSearchField

setDefaultSearchField

public void setDefaultSearchField(java.lang.String defaultSearchField)
Sets the value of defaultSearchField

Parameters:
defaultSearchField - the defaultSearchField to set

getUniqueKey

public java.lang.String getUniqueKey()
Gets the uniqueKey value

Returns:
the uniqueKey

setUniqueKey

public void setUniqueKey(java.lang.String uniqueKey)
Sets the value of uniqueKey

Parameters:
uniqueKey - the uniqueKey to set

getKeywordColumns

public java.util.ArrayList<java.lang.String> getKeywordColumns()
Gets the keywordColumns value

Returns:
the keywordColumns

setKeywordColumns

public void setKeywordColumns(java.util.ArrayList<java.lang.String> keywordColumns)
Sets the value of keywordColumns

Parameters:
keywordColumns - the keywordColumns to set

getId

public java.lang.String getId()
Gets the id value

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getIndexedColumns

public java.util.List<OpensearchColumn> getIndexedColumns()
Gets the indexedColumns value

Returns:
the indexedColumns

setIndexedColumns

public void setIndexedColumns(java.util.List<OpensearchColumn> indexedColumns)
Sets the value of indexedColumns

Parameters:
indexedColumns - the indexedColumns to set

getTitleField

public java.lang.String getTitleField()
Gets the titleField value

Returns:
the titleField

setTitleField

public void setTitleField(java.lang.String titleField)
Sets the value of titleField

Parameters:
titleField - the titleField to set

getDescriptionField

public java.lang.String getDescriptionField()
Gets the descriptionField value

Returns:
the descriptionField

setDescriptionField

public void setDescriptionField(java.lang.String descriptionField)
Sets the value of descriptionField

Parameters:
descriptionField - the descriptionField to set

getLinkField

public java.lang.String getLinkField()
Gets the LinkField value

Returns:
the LinkField

setLinkField

public void setLinkField(java.lang.String linkField)
Sets the value of LinkField

Parameters:
linkField - the LinkField to set

getGuidField

public java.lang.String getGuidField()
Gets the GuidField value

Returns:
the GuidField

setGuidField

public void setGuidField(java.lang.String guidField)
Sets the value of GuidField

Parameters:
guidField - the GuidField to set

getPubDateField

public java.lang.String getPubDateField()
Gets the PubDateField value

Returns:
the PubDateField

setPubDateField

public void setPubDateField(java.lang.String pubDateField)
Sets the value of PubDateField

Parameters:
pubDateField - the PubDateField to set

getIndexPath

public java.lang.String getIndexPath()
Gets the indexPath value

Returns:
the indexPath

setIndexPath

public void setIndexPath(java.lang.String indexPath)
Sets the value of indexPath

Parameters:
indexPath - the indexPath to set

getStatus

public java.lang.String getStatus()
Gets the status value

Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Sets the value of status

Parameters:
status - the status to set

getParent

public java.lang.String getParent()
Gets the parent value

Returns:
the parent

setParent

public void setParent(java.lang.String parent)
Sets the value of parent

Parameters:
parent - the parent to set

setLastImportDate

public void setLastImportDate(java.util.Date lastImportDate)
Sets the value of lastImportDate

Parameters:
lastImportDate - the lastImportDate to set

getLastImportDate

public java.util.Date getLastImportDate()
Gets the lastImportDate value

Returns:
the lastImportDate

setErrorMsg

public void setErrorMsg(java.lang.String errorMsg)
Sets the value of errorMsg

Parameters:
errorMsg - the errorMsg to set

getErrorMsg

public java.lang.String getErrorMsg()
Gets the errorMsg value

Returns:
the errorMsg

setParentUrl

public void setParentUrl(java.lang.String parentUrl)
Sets the value of parentUrl

Parameters:
parentUrl - the parentUrl to set

getParentUrl

public java.lang.String getParentUrl()
Gets the parentUrl value

Returns:
the parentUrl

setLinkFieldRelative

public void setLinkFieldRelative(boolean linkFieldRelative)
Sets the value of linkFieldRelative

Parameters:
linkFieldRelative - the linkFieldAbsolute to set

isLinkFieldRelative

public boolean isLinkFieldRelative()
Gets the linkFieldAbsolute value

Returns:
the linkFieldAbsolute


Copyright © 2010-2013 CNES. All Rights Reserved.