fr.cnes.sitools.form.dataset.dto
Class ParameterDTO

java.lang.Object
  extended by fr.cnes.sitools.form.dataset.dto.ParameterDTO

public final class ParameterDTO
extends java.lang.Object

DTO parameters

Author:
AKKA (OpenWiz)

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

ParameterDTO

public ParameterDTO()
Constructor

Method Detail

getType

public java.lang.String getType()
Returns the DTO type

Returns:
the type

setType

public void setType(java.lang.String type)
Set the DTO type

Parameters:
type - the type to set

getCode

public java.util.List<java.lang.String> getCode()
Get the code of the DTO

Returns:
the code

setCode

public void setCode(java.util.List<java.lang.String> code)
Set the code of the DTO

Parameters:
code - the code to set

getValues

public java.util.List<ValueDTO> getValues()
Get the list of values of the DTO

Returns:
the values

setValues

public void setValues(java.util.List<ValueDTO> values)
Set the list of values of the DTO

Parameters:
values - the values to set

getLabel

public java.lang.String getLabel()
Get the label of the DTO

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Set the label of the DTO

Parameters:
label - the label to set

getNextParameter

public java.lang.String getNextParameter()
Get the next parameter of the DTO

Returns:
the nextParameter

setNextParameter

public void setNextParameter(java.lang.String nextParameter)
Set the next parameter of the DTO

Parameters:
nextParameter - the nextParameter to set

getGeoWKTSelection

public java.lang.String getGeoWKTSelection()
Get the geoWKTSelection

Returns:
the geoWKTSelection

setGeoWKTSelection

public void setGeoWKTSelection(java.lang.String geoWKTSelection)
Set the geoWKTSelection

Parameters:
geoWKTSelection - the geoWKTSelection to set

getGeoWKTMaxExtent

public java.lang.String getGeoWKTMaxExtent()
Get the geoWKTMaxExtent

Returns:
the geoWKTMaxExtent

setGeoWKTMaxExtent

public void setGeoWKTMaxExtent(java.lang.String geoWKTMaxExtent)
Set the geoWKTMaxExtent

Parameters:
geoWKTMaxExtent - the geoWKTMaxExtent to set

getPeriodMinExtent

public java.lang.String getPeriodMinExtent()
Get the periodMinExtent

Returns:
the periodMinExtent

setPeriodMinExtent

public void setPeriodMinExtent(java.lang.String periodMinExtent)
Set the periodMinExtent

Parameters:
periodMinExtent - the periodMinExtent to set

getPeriodMaxExtent

public java.lang.String getPeriodMaxExtent()
Get the periodMaxExtent

Returns:
the periodMaxExtent

setPeriodMaxExtent

public void setPeriodMaxExtent(java.lang.String periodMaxExtent)
Set the periodMaxExtent

Parameters:
periodMaxExtent - the periodMaxExtent to set

getFrom

public java.lang.String getFrom()
Get where it comes from

Returns:
the from

setFrom

public void setFrom(java.lang.String from)
Set where it comes from

Parameters:
from - the from to set

getTo

public java.lang.String getTo()
Get where it goes to

Returns:
the to

setTo

public void setTo(java.lang.String to)
Set where it goes to

Parameters:
to - the to to set

getExcludedDates

public java.util.List<java.lang.String> getExcludedDates()
Get the dates excluded

Returns:
the excludedDates

setExcludedDates

public void setExcludedDates(java.util.List<java.lang.String> excludedDates)
Set the dates excluded

Parameters:
excludedDates - the excludedDates to set

getDate

public java.lang.String getDate()
Get the date

Returns:
the date

setDate

public void setDate(java.lang.String date)
Set the date

Parameters:
date - the date to set

getWidth

public int getWidth()
Get the width of the DTO

Returns:
the width

setWidth

public void setWidth(int width)
Set the width of the DTO

Parameters:
width - the width to set

getXpos

public int getXpos()
Get the X position

Returns:
the X position

setXpos

public void setXpos(int xpos)
Set the X position

Parameters:
xpos - the X position to set

getYpos

public int getYpos()
Get the Y position

Returns:
the Y position

setYpos

public void setYpos(int ypos)
Set the Y position

Parameters:
ypos - the Y position to set

getId

public java.lang.String getId()
Get the DTO ID

Returns:
the id

setId

public void setId(java.lang.String id)
Set the DTO ID

Parameters:
id - the id to set

getHeight

public int getHeight()
Get the height

Returns:
the height

setHeight

public void setHeight(int height)
Set the height

Parameters:
height - the height to set

getCss

public java.lang.String getCss()
Get the CSS associated

Returns:
the CSS

setCss

public void setCss(java.lang.String css)
Set the CSS associated

Parameters:
css - the CSS to set

getDefaultValues

public java.util.List<java.lang.String> getDefaultValues()
Gets the defaultValues property

Returns:
List defaultValues

setDefaultValues

public void setDefaultValues(java.util.List<java.lang.String> defaultValues)
Sets the defaultValues property

Parameters:
defaultValues - the defaultValue to set

getValueSelection

public java.lang.String getValueSelection()
Get the valueSelection

Returns:
the valueSelection

setValueSelection

public void setValueSelection(java.lang.String valueSelection)
Set the valueSelection

Parameters:
valueSelection - the valueSelection to set

isAutoComplete

public boolean isAutoComplete()
get the autoComplete

Returns:
the autoComplete

setAutoComplete

public void setAutoComplete(boolean autoComplete)
set the autoComplete

Parameters:
autoComplete - the autoComplete to set

getParentParam

public java.lang.String getParentParam()
get the parentParam

Returns:
the parentParam

setParentParam

public void setParentParam(java.lang.String parentParam)
set the parentParam

Parameters:
parentParam - the parentParam to set

getJsUserObject

public java.lang.String getJsUserObject()
Gets the jsUserObject value

Returns:
the jsUserObject

setJsUserObject

public void setJsUserObject(java.lang.String jsUserObject)
Sets the value of jsUserObject

Parameters:
jsUserObject - the jsUserObject to set

getJsAdminObject

public java.lang.String getJsAdminObject()
Gets the jsAdminObject value

Returns:
the jsAdminObject

setJsAdminObject

public void setJsAdminObject(java.lang.String jsAdminObject)
Sets the value of jsAdminObject

Parameters:
jsAdminObject - the jsAdminObject to set

getContainerPanelId

public java.lang.String getContainerPanelId()
Gets the containerPanelId value

Returns:
the containerPanelId

setContainerPanelId

public void setContainerPanelId(java.lang.String containerPanelId)
Sets the value of containerPanelId

Parameters:
containerPanelId - the containerPanelId to set

getDimensionId

public java.lang.String getDimensionId()
Gets the dimensionId value

Returns:
the dimensionId

setDimensionId

public void setDimensionId(java.lang.String dimensionId)
Sets the value of dimensionId

Parameters:
dimensionId - the dimensionId to set

getExtraParams

public java.util.List<Property> getExtraParams()
Gets the extraParams value

Returns:
the extraParams

setExtraParams

public void setExtraParams(java.util.List<Property> extraParams)
Sets the value of extraParams

Parameters:
extraParams - the extraParams to set

getUnit

public SitoolsUnit getUnit()
Gets the unit value

Returns:
the unit

setUnit

public void setUnit(SitoolsUnit unit)
Sets the value of unit

Parameters:
unit - the unit to set


Copyright © 2010-2013 CNES. All Rights Reserved.