fr.cnes.sitools.form.project.dto
Class FormProjectAdminDTO

java.lang.Object
  extended by fr.cnes.sitools.form.dataset.dto.FormDTO
      extended by fr.cnes.sitools.form.project.dto.FormProjectAdminDTO

public class FormProjectAdminDTO
extends FormDTO

DTO object from FormProjects

Author:
m.gond

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

FormProjectAdminDTO

public FormProjectAdminDTO()
Constructor

Method Detail

setProperties

public void setProperties(java.util.List<FormPropertyParameterDTO> properties)
Sets the value of properties

Parameters:
properties - the properties to set

getProperties

public java.util.List<FormPropertyParameterDTO> getProperties()
Gets the properties value

Returns:
the properties

getUrlServicePropertiesSearch

public java.lang.String getUrlServicePropertiesSearch()
Gets the urlServicePropertiesSearch value

Returns:
the urlServicePropertiesSearch

setUrlServicePropertiesSearch

public void setUrlServicePropertiesSearch(java.lang.String urlServicePropertiesSearch)
Sets the value of urlServicePropertiesSearch

Parameters:
urlServicePropertiesSearch - the urlServicePropertiesSearch to set

getUrlServiceDatasetSearch

public java.lang.String getUrlServiceDatasetSearch()
Gets the urlServiceDatasetSearch value

Returns:
the urlServiceDatasetSearch

setUrlServiceDatasetSearch

public void setUrlServiceDatasetSearch(java.lang.String urlServiceDatasetSearch)
Sets the value of urlServiceDatasetSearch

Parameters:
urlServiceDatasetSearch - the urlServiceDatasetSearch to set

setNbDatasetsMax

public void setNbDatasetsMax(java.lang.Integer nbDatasetsMax)
Sets the value of nbDatasetsMax

Parameters:
nbDatasetsMax - the nbDatasetsMax to set

getNbDatasetsMax

public java.lang.Integer getNbDatasetsMax()
Gets the nbDatasetsMax value

Returns:
the nbDatasetsMax

getDictionary

public Resource getDictionary()
Gets the dictionary value

Returns:
the dictionary

setDictionary

public void setDictionary(Resource dictionary)
Sets the value of dictionary

Parameters:
dictionary - the dictionary to set

getCollection

public Resource getCollection()
Gets the collection value

Returns:
the collection

setCollection

public void setCollection(Resource collection)
Sets the value of collection

Parameters:
collection - the collection to set

dtoToFormProject

public static FormProject dtoToFormProject(FormProjectAdminDTO formProjectDTOInput)
Wrap a FormProjectAdminDTO into a FormProject object

Parameters:
formProjectDTOInput - the FormProjectAdminDTO to wrap
Returns:
the FormProject wrapped for a FormProjectAdminDTO

getIdServicePropertiesSearch

public java.lang.String getIdServicePropertiesSearch()
Gets the idServicePropertiesSearch value

Returns:
the idServicePropertiesSearch

setIdServicePropertiesSearch

public void setIdServicePropertiesSearch(java.lang.String idServicePropertiesSearch)
Sets the value of idServicePropertiesSearch

Parameters:
idServicePropertiesSearch - the idServicePropertiesSearch to set

getIdServiceDatasetSearch

public java.lang.String getIdServiceDatasetSearch()
Gets the idServiceDatasetSearch value

Returns:
the idServiceDatasetSearch

setIdServiceDatasetSearch

public void setIdServiceDatasetSearch(java.lang.String idServiceDatasetSearch)
Sets the value of idServiceDatasetSearch

Parameters:
idServiceDatasetSearch - the idServiceDatasetSearch to set


Copyright © 2010-2013 CNES. All Rights Reserved.