|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.model.AbstractFormModel
fr.cnes.sitools.form.project.model.FormProject
public final class FormProject
FormProject component class
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 |
---|
public FormProject()
Method Detail |
---|
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 void setProperties(java.util.List<FormPropertyParameter> properties)
properties
- the properties to setpublic java.util.List<FormPropertyParameter> 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 setIdServicePropertiesSearch(java.lang.String idServicePropertiesSearch)
idServicePropertiesSearch
- the idServicePropertiesSearch to setpublic java.lang.String getIdServicePropertiesSearch()
public void setIdServiceDatasetSearch(java.lang.String idServiceDatasetSearch)
idServiceDatasetSearch
- the idServiceDatasetSearch to setpublic java.lang.String getIdServiceDatasetSearch()
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 |