fr.cnes.sitools.form.project.model
Class FormProject

java.lang.Object
  extended by fr.cnes.sitools.form.model.AbstractFormModel
      extended by fr.cnes.sitools.form.project.model.FormProject
All Implemented Interfaces:
IResource

public final class FormProject
extends AbstractFormModel

FormProject component class

Author:
AKKA

Constructor Summary
FormProject()
          Constructor
 
Method Summary
 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<FormPropertyParameter> 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<FormPropertyParameter> 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.model.AbstractFormModel
getCss, getDescription, getHeight, getId, getName, getParameters, getParent, getParentUrl, getWidth, getZones, setCss, setDescription, setHeight, setId, setName, setParameters, setParent, setParentUrl, setWidth, setZones
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormProject

public FormProject()
Constructor

Method Detail

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

setProperties

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

Parameters:
properties - the properties to set

getProperties

public java.util.List<FormPropertyParameter> 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

setIdServicePropertiesSearch

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

Parameters:
idServicePropertiesSearch - the idServicePropertiesSearch to set

getIdServicePropertiesSearch

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

Returns:
the idServicePropertiesSearch

setIdServiceDatasetSearch

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

Parameters:
idServiceDatasetSearch - the idServiceDatasetSearch to set

getIdServiceDatasetSearch

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

Returns:
the idServiceDatasetSearch

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.