|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.dataset.dto.FormDTO
fr.cnes.sitools.form.project.dto.FormProjectDTO
public class FormProjectDTO
DTO object from FormProjects
Constructor Summary | |
---|---|
FormProjectDTO()
Constructor |
Method Summary | |
---|---|
static FormProjectDTO |
fromObjectToDto(FormProject formProject,
Dictionary dictionary,
Collection collection)
Create a FormProjectDTO from a FormProject |
Collection |
getCollection()
Gets the collection value |
Dictionary |
getDictionary()
Gets the dictionary value |
java.lang.Integer |
getNbDatasetsMax()
Gets the nbDatasetsMax value |
java.util.List<FormPropertyParameterDTO> |
getProperties()
Gets the properties value |
java.lang.String |
getUrlServiceDatasetSearch()
Gets the urlServiceDatasetSearch value |
java.lang.String |
getUrlServicePropertiesSearch()
Gets the urlServicePropertiesSearch value |
void |
setCollection(Collection collection)
Sets the value of collection |
void |
setDictionary(Dictionary dictionary)
Sets the value of dictionary |
void |
setNbDatasetsMax(java.lang.Integer nbDatasetsMax)
Sets the value of nbDatasetsMax |
void |
setProperties(java.util.List<FormPropertyParameterDTO> properties)
Sets the value of properties |
void |
setUrlServiceDatasetSearch(java.lang.String urlServiceDatasetSearch)
Sets the value of urlServiceDatasetSearch |
void |
setUrlServicePropertiesSearch(java.lang.String urlServicePropertiesSearch)
Sets the value of urlServicePropertiesSearch |
Methods inherited from class fr.cnes.sitools.form.dataset.dto.FormDTO |
---|
dtoToForm, dtoToZones, formToDTO, getAuthorized, getCss, getDescription, getHeight, getId, getName, getParameters, getParent, getParentUrl, getWidth, getZones, setAuthorized, setCss, setDescription, setHeight, setId, setName, setParameters, setParent, setParentUrl, setWidth, setZones, zonesToDTO |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormProjectDTO()
Method Detail |
---|
public void setProperties(java.util.List<FormPropertyParameterDTO> properties)
properties
- the properties to setpublic java.util.List<FormPropertyParameterDTO> getProperties()
public java.lang.String getUrlServicePropertiesSearch()
public void setUrlServicePropertiesSearch(java.lang.String urlServicePropertiesSearch)
urlServicePropertiesSearch
- the urlServicePropertiesSearch to setpublic java.lang.String getUrlServiceDatasetSearch()
public void setUrlServiceDatasetSearch(java.lang.String urlServiceDatasetSearch)
urlServiceDatasetSearch
- the urlServiceDatasetSearch to setpublic Dictionary getDictionary()
public void setDictionary(Dictionary dictionary)
dictionary
- the dictionary to setpublic Collection getCollection()
public void setCollection(Collection collection)
collection
- the collection to setpublic static FormProjectDTO fromObjectToDto(FormProject formProject, Dictionary dictionary, Collection collection)
formProject
- the FormProject
dictionary
- the Dictionary
to usecollection
- the Collection
to use
public void setNbDatasetsMax(java.lang.Integer nbDatasetsMax)
nbDatasetsMax
- the nbDatasetsMax to setpublic java.lang.Integer getNbDatasetsMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |