|
||||||||||
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.FormProjectAdminDTO
public class FormProjectAdminDTO
DTO object from FormProjects
Constructor Summary | |
---|---|
FormProjectAdminDTO()
Constructor |
Method Summary | |
---|---|
static FormProject |
dtoToFormProject(FormProjectAdminDTO formProjectDTOInput)
Wrap a FormProjectAdminDTO into a FormProject object |
Resource |
getCollection()
Gets the collection value |
Resource |
getDictionary()
Gets the dictionary value |
java.lang.String |
getIdServiceDatasetSearch()
Gets the idServiceDatasetSearch value |
java.lang.String |
getIdServicePropertiesSearch()
Gets the idServicePropertiesSearch 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(Resource collection)
Sets the value of collection |
void |
setDictionary(Resource dictionary)
Sets the value of dictionary |
void |
setIdServiceDatasetSearch(java.lang.String idServiceDatasetSearch)
Sets the value of idServiceDatasetSearch |
void |
setIdServicePropertiesSearch(java.lang.String idServicePropertiesSearch)
Sets the value of idServicePropertiesSearch |
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 FormProjectAdminDTO()
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 void setNbDatasetsMax(java.lang.Integer nbDatasetsMax)
nbDatasetsMax
- the nbDatasetsMax to setpublic java.lang.Integer getNbDatasetsMax()
public Resource getDictionary()
public void setDictionary(Resource dictionary)
dictionary
- the dictionary to setpublic Resource getCollection()
public void setCollection(Resource collection)
collection
- the collection to setpublic static FormProject dtoToFormProject(FormProjectAdminDTO formProjectDTOInput)
FormProjectAdminDTO
into a FormProject
object
formProjectDTOInput
- the FormProjectAdminDTO
to wrap
FormProject
wrapped for a FormProjectAdminDTO
public java.lang.String getIdServicePropertiesSearch()
public void setIdServicePropertiesSearch(java.lang.String idServicePropertiesSearch)
idServicePropertiesSearch
- the idServicePropertiesSearch to setpublic java.lang.String getIdServiceDatasetSearch()
public void setIdServiceDatasetSearch(java.lang.String idServiceDatasetSearch)
idServiceDatasetSearch
- the idServiceDatasetSearch to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |