|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.dto.DataSetExpositionDTO
public final class DataSetExpositionDTO
DTO object for a DataSet object. Contains only the informations needed for a client
Constructor Summary | |
---|---|
DataSetExpositionDTO()
|
Method Summary | |
---|---|
java.util.List<Column> |
getColumnModel()
Gets the columnModel value |
DatasetView |
getDatasetView()
Gets the datasetView value |
java.util.List<Property> |
getDatasetViewConfig()
Gets the datasetViewConfig value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getDescriptionHTML()
Gets the descriptionHTML value |
java.util.List<DictionaryMappingDTO> |
getDictionaryMappings()
Gets the dictionaryMappings value |
java.util.Date |
getExpirationDate()
Gets the expirationDate value |
java.lang.String |
getId()
Gets the id value |
Resource |
getImage()
Gets the image value |
java.lang.String |
getName()
Gets the name value |
int |
getNbRecords()
Gets the nbRecords value |
java.lang.String |
getSitoolsAttachementForUsers()
Gets the sitoolsAttachementForUsers value |
java.lang.String |
getStatus()
Gets the status value |
void |
setColumnModel(java.util.List<Column> columnModel)
Sets the value of columnModel |
void |
setDatasetView(DatasetView datasetView)
Sets the value of datasetView |
void |
setDatasetViewConfig(java.util.List<Property> datasetViewConfig)
Sets the value of datasetViewConfig |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setDescriptionHTML(java.lang.String descriptionHTML)
Sets the value of descriptionHTML |
void |
setDictionaryMappings(java.util.List<DictionaryMappingDTO> dictionaryMappings)
Sets the value of dictionaryMappings |
void |
setExpirationDate(java.util.Date expirationDate)
Sets the value of expirationDate |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setImage(Resource image)
Sets the value of image |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setNbRecords(int nbRecords)
Sets the value of nbRecords |
void |
setSitoolsAttachementForUsers(java.lang.String sitoolsAttachementForUsers)
Sets the value of sitoolsAttachementForUsers |
void |
setStatus(java.lang.String status)
Sets the value of status |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSetExpositionDTO()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getSitoolsAttachementForUsers()
public void setSitoolsAttachementForUsers(java.lang.String sitoolsAttachementForUsers)
sitoolsAttachementForUsers
- the sitoolsAttachementForUsers to setpublic java.util.List<Column> getColumnModel()
public void setColumnModel(java.util.List<Column> columnModel)
columnModel
- the columnModel to setpublic void setDescriptionHTML(java.lang.String descriptionHTML)
descriptionHTML
- the descriptionHTML to setpublic java.lang.String getDescriptionHTML()
public DatasetView getDatasetView()
public void setDatasetView(DatasetView datasetView)
datasetView
- the datasetView to setpublic java.util.List<DictionaryMappingDTO> getDictionaryMappings()
public void setDictionaryMappings(java.util.List<DictionaryMappingDTO> dictionaryMappings)
dictionaryMappings
- the dictionaryMappings to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getDescription()
public java.util.List<Property> getDatasetViewConfig()
public void setDatasetViewConfig(java.util.List<Property> datasetViewConfig)
datasetViewConfig
- the datasetViewConfig to setpublic Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic int getNbRecords()
public void setNbRecords(int nbRecords)
nbRecords
- the nbRecords to setpublic java.util.Date getExpirationDate()
public void setExpirationDate(java.util.Date expirationDate)
expirationDate
- the expirationDate to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |