|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.dataset.dto.ParameterDTO
public final class ParameterDTO
DTO parameters
Constructor Summary | |
---|---|
ParameterDTO()
Constructor |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getCode()
Get the code of the DTO |
java.lang.String |
getContainerPanelId()
Gets the containerPanelId value |
java.lang.String |
getCss()
Get the CSS associated |
java.lang.String |
getDate()
Get the date |
java.util.List<java.lang.String> |
getDefaultValues()
Gets the defaultValues property |
java.lang.String |
getDimensionId()
Gets the dimensionId value |
java.util.List<java.lang.String> |
getExcludedDates()
Get the dates excluded |
java.util.List<Property> |
getExtraParams()
Gets the extraParams value |
java.lang.String |
getFrom()
Get where it comes from |
java.lang.String |
getGeoWKTMaxExtent()
Get the geoWKTMaxExtent |
java.lang.String |
getGeoWKTSelection()
Get the geoWKTSelection |
int |
getHeight()
Get the height |
java.lang.String |
getId()
Get the DTO ID |
java.lang.String |
getJsAdminObject()
Gets the jsAdminObject value |
java.lang.String |
getJsUserObject()
Gets the jsUserObject value |
java.lang.String |
getLabel()
Get the label of the DTO |
java.lang.String |
getNextParameter()
Get the next parameter of the DTO |
java.lang.String |
getParentParam()
get the parentParam |
java.lang.String |
getPeriodMaxExtent()
Get the periodMaxExtent |
java.lang.String |
getPeriodMinExtent()
Get the periodMinExtent |
java.lang.String |
getTo()
Get where it goes to |
java.lang.String |
getType()
Returns the DTO type |
SitoolsUnit |
getUnit()
Gets the unit value |
java.util.List<ValueDTO> |
getValues()
Get the list of values of the DTO |
java.lang.String |
getValueSelection()
Get the valueSelection |
int |
getWidth()
Get the width of the DTO |
int |
getXpos()
Get the X position |
int |
getYpos()
Get the Y position |
boolean |
isAutoComplete()
get the autoComplete |
void |
setAutoComplete(boolean autoComplete)
set the autoComplete |
void |
setCode(java.util.List<java.lang.String> code)
Set the code of the DTO |
void |
setContainerPanelId(java.lang.String containerPanelId)
Sets the value of containerPanelId |
void |
setCss(java.lang.String css)
Set the CSS associated |
void |
setDate(java.lang.String date)
Set the date |
void |
setDefaultValues(java.util.List<java.lang.String> defaultValues)
Sets the defaultValues property |
void |
setDimensionId(java.lang.String dimensionId)
Sets the value of dimensionId |
void |
setExcludedDates(java.util.List<java.lang.String> excludedDates)
Set the dates excluded |
void |
setExtraParams(java.util.List<Property> extraParams)
Sets the value of extraParams |
void |
setFrom(java.lang.String from)
Set where it comes from |
void |
setGeoWKTMaxExtent(java.lang.String geoWKTMaxExtent)
Set the geoWKTMaxExtent |
void |
setGeoWKTSelection(java.lang.String geoWKTSelection)
Set the geoWKTSelection |
void |
setHeight(int height)
Set the height |
void |
setId(java.lang.String id)
Set the DTO ID |
void |
setJsAdminObject(java.lang.String jsAdminObject)
Sets the value of jsAdminObject |
void |
setJsUserObject(java.lang.String jsUserObject)
Sets the value of jsUserObject |
void |
setLabel(java.lang.String label)
Set the label of the DTO |
void |
setNextParameter(java.lang.String nextParameter)
Set the next parameter of the DTO |
void |
setParentParam(java.lang.String parentParam)
set the parentParam |
void |
setPeriodMaxExtent(java.lang.String periodMaxExtent)
Set the periodMaxExtent |
void |
setPeriodMinExtent(java.lang.String periodMinExtent)
Set the periodMinExtent |
void |
setTo(java.lang.String to)
Set where it goes to |
void |
setType(java.lang.String type)
Set the DTO type |
void |
setUnit(SitoolsUnit unit)
Sets the value of unit |
void |
setValues(java.util.List<ValueDTO> values)
Set the list of values of the DTO |
void |
setValueSelection(java.lang.String valueSelection)
Set the valueSelection |
void |
setWidth(int width)
Set the width of the DTO |
void |
setXpos(int xpos)
Set the X position |
void |
setYpos(int ypos)
Set the Y position |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterDTO()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.util.List<java.lang.String> getCode()
public void setCode(java.util.List<java.lang.String> code)
code
- the code to setpublic java.util.List<ValueDTO> getValues()
public void setValues(java.util.List<ValueDTO> values)
values
- the values to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getNextParameter()
public void setNextParameter(java.lang.String nextParameter)
nextParameter
- the nextParameter to setpublic java.lang.String getGeoWKTSelection()
public void setGeoWKTSelection(java.lang.String geoWKTSelection)
geoWKTSelection
- the geoWKTSelection to setpublic java.lang.String getGeoWKTMaxExtent()
public void setGeoWKTMaxExtent(java.lang.String geoWKTMaxExtent)
geoWKTMaxExtent
- the geoWKTMaxExtent to setpublic java.lang.String getPeriodMinExtent()
public void setPeriodMinExtent(java.lang.String periodMinExtent)
periodMinExtent
- the periodMinExtent to setpublic java.lang.String getPeriodMaxExtent()
public void setPeriodMaxExtent(java.lang.String periodMaxExtent)
periodMaxExtent
- the periodMaxExtent to setpublic java.lang.String getFrom()
public void setFrom(java.lang.String from)
from
- the from to setpublic java.lang.String getTo()
public void setTo(java.lang.String to)
to
- the to to setpublic java.util.List<java.lang.String> getExcludedDates()
public void setExcludedDates(java.util.List<java.lang.String> excludedDates)
excludedDates
- the excludedDates to setpublic java.lang.String getDate()
public void setDate(java.lang.String date)
date
- the date to setpublic int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getXpos()
public void setXpos(int xpos)
xpos
- the X position to setpublic int getYpos()
public void setYpos(int ypos)
ypos
- the Y position to setpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic int getHeight()
public void setHeight(int height)
height
- the height to setpublic java.lang.String getCss()
public void setCss(java.lang.String css)
css
- the CSS to setpublic java.util.List<java.lang.String> getDefaultValues()
public void setDefaultValues(java.util.List<java.lang.String> defaultValues)
defaultValues
- the defaultValue to setpublic java.lang.String getValueSelection()
public void setValueSelection(java.lang.String valueSelection)
valueSelection
- the valueSelection to setpublic boolean isAutoComplete()
public void setAutoComplete(boolean autoComplete)
autoComplete
- the autoComplete to setpublic java.lang.String getParentParam()
public void setParentParam(java.lang.String parentParam)
parentParam
- the parentParam to setpublic java.lang.String getJsUserObject()
public void setJsUserObject(java.lang.String jsUserObject)
jsUserObject
- the jsUserObject to setpublic java.lang.String getJsAdminObject()
public void setJsAdminObject(java.lang.String jsAdminObject)
jsAdminObject
- the jsAdminObject to setpublic java.lang.String getContainerPanelId()
public void setContainerPanelId(java.lang.String containerPanelId)
containerPanelId
- the containerPanelId to setpublic java.lang.String getDimensionId()
public void setDimensionId(java.lang.String dimensionId)
dimensionId
- the dimensionId to setpublic java.util.List<Property> getExtraParams()
public void setExtraParams(java.util.List<Property> extraParams)
extraParams
- the extraParams to setpublic SitoolsUnit getUnit()
public void setUnit(SitoolsUnit unit)
unit
- the unit to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |