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

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

public class FormProjectDTO
extends FormDTO

DTO object from FormProjects

Author:
m.gond

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

FormProjectDTO

public FormProjectDTO()
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

getDictionary

public Dictionary getDictionary()
Gets the dictionary value

Returns:
the dictionary

setDictionary

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

Parameters:
dictionary - the dictionary to set

getCollection

public Collection getCollection()
Gets the collection value

Returns:
the collection

setCollection

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

Parameters:
collection - the collection to set

fromObjectToDto

public static FormProjectDTO fromObjectToDto(FormProject formProject,
                                             Dictionary dictionary,
                                             Collection collection)
Create a FormProjectDTO from a FormProject

Parameters:
formProject - the FormProject
dictionary - the Dictionary to use
collection - the Collection to use
Returns:
a new FormProjectDTO

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


Copyright © 2010-2013 CNES. All Rights Reserved.