|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.opensearch.model.Opensearch
public final class Opensearch
DataSet OpenSearch functionalities : field index
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 |
---|
public Opensearch()
Method Detail |
---|
public java.lang.String getRequestPath()
public void setRequestPath(java.lang.String requestPath)
requestPath
- the requestPath to setpublic Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic java.lang.String getDefaultSearchField()
public void setDefaultSearchField(java.lang.String defaultSearchField)
defaultSearchField
- the defaultSearchField to setpublic java.lang.String getUniqueKey()
public void setUniqueKey(java.lang.String uniqueKey)
uniqueKey
- the uniqueKey to setpublic java.util.ArrayList<java.lang.String> getKeywordColumns()
public void setKeywordColumns(java.util.ArrayList<java.lang.String> keywordColumns)
keywordColumns
- the keywordColumns to setpublic java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.util.List<OpensearchColumn> getIndexedColumns()
public void setIndexedColumns(java.util.List<OpensearchColumn> indexedColumns)
indexedColumns
- the indexedColumns to setpublic java.lang.String getTitleField()
public void setTitleField(java.lang.String titleField)
titleField
- the titleField to setpublic java.lang.String getDescriptionField()
public void setDescriptionField(java.lang.String descriptionField)
descriptionField
- the descriptionField to setpublic java.lang.String getLinkField()
public void setLinkField(java.lang.String linkField)
linkField
- the LinkField to setpublic java.lang.String getGuidField()
public void setGuidField(java.lang.String guidField)
guidField
- the GuidField to setpublic java.lang.String getPubDateField()
public void setPubDateField(java.lang.String pubDateField)
pubDateField
- the PubDateField to setpublic java.lang.String getIndexPath()
public void setIndexPath(java.lang.String indexPath)
indexPath
- the indexPath to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getParent()
public void setParent(java.lang.String parent)
parent
- the parent to setpublic void setLastImportDate(java.util.Date lastImportDate)
lastImportDate
- the lastImportDate to setpublic java.util.Date getLastImportDate()
public void setErrorMsg(java.lang.String errorMsg)
errorMsg
- the errorMsg to setpublic java.lang.String getErrorMsg()
public void setParentUrl(java.lang.String parentUrl)
parentUrl
- the parentUrl to setpublic java.lang.String getParentUrl()
public void setLinkFieldRelative(boolean linkFieldRelative)
linkFieldRelative
- the linkFieldAbsolute to setpublic boolean isLinkFieldRelative()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |