org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data
Class ClientResource
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.ClientResource
- All Implemented Interfaces:
- com.extjs.gxt.ui.client.data.ModelData, com.google.gwt.user.client.rpc.IsSerializable, Serializable
public class ClientResource
- extends com.extjs.gxt.ui.client.data.BaseModelData
- implements com.google.gwt.user.client.rpc.IsSerializable
- See Also:
- Serialized Form
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
allowNestedValues, map |
Constructor Summary |
ClientResource()
|
ClientResource(Map<String,Object> properties)
|
ClientResource(String title,
Integer searchId,
String tableName,
String description,
String author,
String disclaimer,
String provenance,
Time time,
String hcafIds,
String hspenIds,
String hspecIds,
String occurrIds,
String hcafNames,
String hspenNames,
String hspecNames,
String parameters,
String occurNames,
String status,
ClientResourceType type,
AlgorithmType algorithm,
Boolean isDefault,
Long rowCount)
|
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
SEARCH_ID
public static final String SEARCH_ID
- See Also:
- Constant Field Values
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
AUTHOR
public static final String AUTHOR
- See Also:
- Constant Field Values
DISCLAIMER
public static final String DISCLAIMER
- See Also:
- Constant Field Values
PROVENANCE
public static final String PROVENANCE
- See Also:
- Constant Field Values
GENERATION_TIME
public static final String GENERATION_TIME
- See Also:
- Constant Field Values
SOURCE_HCAF
public static final String SOURCE_HCAF
- See Also:
- Constant Field Values
SOURCE_HSPEN
public static final String SOURCE_HSPEN
- See Also:
- Constant Field Values
SOURCE_HSPEC
public static final String SOURCE_HSPEC
- See Also:
- Constant Field Values
SOURCE_OCCURRENCE
public static final String SOURCE_OCCURRENCE
- See Also:
- Constant Field Values
SOURCE_HCAF_TABLE
public static final String SOURCE_HCAF_TABLE
- See Also:
- Constant Field Values
SOURCE_HSPEN_TABLE
public static final String SOURCE_HSPEN_TABLE
- See Also:
- Constant Field Values
SOURCE_HSPEC_TABLE
public static final String SOURCE_HSPEC_TABLE
- See Also:
- Constant Field Values
SOURCE_OCCURRENCE_TABLE
public static final String SOURCE_OCCURRENCE_TABLE
- See Also:
- Constant Field Values
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
ROW_COUNT
public static final String ROW_COUNT
- See Also:
- Constant Field Values
ClientResource
public ClientResource()
ClientResource
public ClientResource(String title,
Integer searchId,
String tableName,
String description,
String author,
String disclaimer,
String provenance,
Time time,
String hcafIds,
String hspenIds,
String hspecIds,
String occurrIds,
String hcafNames,
String hspenNames,
String hspecNames,
String parameters,
String occurNames,
String status,
ClientResourceType type,
AlgorithmType algorithm,
Boolean isDefault,
Long rowCount)
ClientResource
public ClientResource(Map<String,Object> properties)
getOccurrIds
public String getOccurrIds()
setOccurrIds
public void setOccurrIds(String occurrIds)
getOccurNames
public String getOccurNames()
setOccurNames
public void setOccurNames(String occurNames)
getRowCount
public Long getRowCount()
setRowCount
public void setRowCount(Long rowCount)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getSearchId
public Integer getSearchId()
setSearchId
public void setSearchId(Integer searchId)
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getDisclaimer
public String getDisclaimer()
setDisclaimer
public void setDisclaimer(String disclaimer)
getProvenance
public String getProvenance()
setProvenance
public void setProvenance(String provenance)
getTime
public Time getTime()
setTime
public void setTime(Time time)
getHcafIds
public String getHcafIds()
setHcafIds
public void setHcafIds(String hcafIds)
getHspenIds
public String getHspenIds()
setHspenIds
public void setHspenIds(String hspenIds)
getHspecIds
public String getHspecIds()
setHspecIds
public void setHspecIds(String hspecIds)
getHcafNames
public String getHcafNames()
setHcafNames
public void setHcafNames(String hcafNames)
getHspenNames
public String getHspenNames()
setHspenNames
public void setHspenNames(String hspenNames)
getHspecNames
public String getHspecNames()
setHspecNames
public void setHspecNames(String hspecNames)
getParameters
public String getParameters()
setParameters
public void setParameters(String parameters)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getType
public ClientResourceType getType()
setType
public void setType(ClientResourceType type)
getAlgorithm
public AlgorithmType getAlgorithm()
setAlgorithm
public void setAlgorithm(AlgorithmType algorithm)
getIsDefault
public Boolean getIsDefault()
setIsDefault
public void setIsDefault(Boolean isDefault)
Copyright © 2014. All Rights Reserved.