fr.cnes.sitools.dataset.dto
Class DataSetExpositionDTO

java.lang.Object
  extended by fr.cnes.sitools.dataset.dto.DataSetExpositionDTO

public final class DataSetExpositionDTO
extends java.lang.Object

DTO object for a DataSet object. Contains only the informations needed for a client

Author:
m.gond (AKKA Technologies)

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

DataSetExpositionDTO

public DataSetExpositionDTO()
Method Detail

getId

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

Returns:
the id

setId

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

Parameters:
id - the id to set

getName

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

Returns:
the name

setName

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

Parameters:
name - the name 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

getSitoolsAttachementForUsers

public java.lang.String getSitoolsAttachementForUsers()
Gets the sitoolsAttachementForUsers value

Returns:
the sitoolsAttachementForUsers

setSitoolsAttachementForUsers

public void setSitoolsAttachementForUsers(java.lang.String sitoolsAttachementForUsers)
Sets the value of sitoolsAttachementForUsers

Parameters:
sitoolsAttachementForUsers - the sitoolsAttachementForUsers to set

getColumnModel

public java.util.List<Column> getColumnModel()
Gets the columnModel value

Returns:
the columnModel

setColumnModel

public void setColumnModel(java.util.List<Column> columnModel)
Sets the value of columnModel

Parameters:
columnModel - the columnModel to set

setDescriptionHTML

public void setDescriptionHTML(java.lang.String descriptionHTML)
Sets the value of descriptionHTML

Parameters:
descriptionHTML - the descriptionHTML to set

getDescriptionHTML

public java.lang.String getDescriptionHTML()
Gets the descriptionHTML value

Returns:
the descriptionHTML

getDatasetView

public DatasetView getDatasetView()
Gets the datasetView value

Returns:
the datasetView

setDatasetView

public void setDatasetView(DatasetView datasetView)
Sets the value of datasetView

Parameters:
datasetView - the datasetView to set

getDictionaryMappings

public java.util.List<DictionaryMappingDTO> getDictionaryMappings()
Gets the dictionaryMappings value

Returns:
the dictionaryMappings

setDictionaryMappings

public void setDictionaryMappings(java.util.List<DictionaryMappingDTO> dictionaryMappings)
Sets the value of dictionaryMappings

Parameters:
dictionaryMappings - the dictionaryMappings to set

setDescription

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

Parameters:
description - the description to set

getDescription

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

Returns:
the description

getDatasetViewConfig

public java.util.List<Property> getDatasetViewConfig()
Gets the datasetViewConfig value

Returns:
the datasetViewConfig

setDatasetViewConfig

public void setDatasetViewConfig(java.util.List<Property> datasetViewConfig)
Sets the value of datasetViewConfig

Parameters:
datasetViewConfig - the datasetViewConfig 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

getNbRecords

public int getNbRecords()
Gets the nbRecords value

Returns:
the nbRecords

setNbRecords

public void setNbRecords(int nbRecords)
Sets the value of nbRecords

Parameters:
nbRecords - the nbRecords to set

getExpirationDate

public java.util.Date getExpirationDate()
Gets the expirationDate value

Returns:
the expirationDate

setExpirationDate

public void setExpirationDate(java.util.Date expirationDate)
Sets the value of expirationDate

Parameters:
expirationDate - the expirationDate to set


Copyright © 2010-2013 CNES. All Rights Reserved.