fr.cnes.sitools.form.model
Class AbstractParameter

java.lang.Object
  extended by fr.cnes.sitools.form.model.AbstractParameter
Direct Known Subclasses:
FormParameter, SimpleParameter

public abstract class AbstractParameter
extends java.lang.Object

Class representing an abstract parameter

Version:
1.0 01-September.-2010 08:58:57
Author:
BAILLAGOU

Constructor Summary
AbstractParameter()
          Constructor
 
Method Summary
 java.util.List<java.lang.String> getCode()
          Get the code
 java.lang.String getContainerPanelId()
          Gets the containerPanelId value
 java.lang.String getCss()
          Get the CSS
 java.util.List<java.lang.String> getDefaultValues()
          Get the defaultValues
 java.lang.String getDimensionId()
          Gets the dimensionId value
 java.util.List<Property> getExtraParams()
          Gets the extraParams value
 int getHeight()
          Get the height
 java.lang.String getId()
          Get the ID
 java.lang.String getJsAdminObject()
          Get the JavaS object
 java.lang.String getJsUserObject()
          Gets the jsUserObject value
 java.lang.String getLabel()
          Get the label
 AbstractParameter getNextParameter()
          Get the next parameter
 java.lang.String getParentParam()
          Get the parentParam
 SitoolsUnit getUnit()
          Gets the unit value
 java.lang.String getValueSelection()
          get the valueSelection
 int getWidth()
          Get the width
 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> id)
          Set the code
 void setContainerPanelId(java.lang.String containerPanelId)
          Sets the value of containerPanelId
 void setCss(java.lang.String css)
          Set the CSS
 void setDefaultValues(java.util.List<java.lang.String> defaultValues)
          Set the defaultValues
 void setDimensionId(java.lang.String dimensionId)
          Sets the value of dimensionId
 void setExtraParams(java.util.List<Property> extraParams)
          Sets the value of extraParams
 void setHeight(int height)
          Set the height
 void setId(java.lang.String id)
          Set the 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
 void setNextParameter(AbstractParameter nextParameter)
          Set the next parameter
 void setParentParam(java.lang.String parentParam)
          Set the parentParam
 void setUnit(SitoolsUnit unit)
          Sets the value of unit
 void setValueSelection(java.lang.String valueSelection)
          Set the valueSelection
 void setWidth(int width)
          Set the width
 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

AbstractParameter

public AbstractParameter()
Constructor

Method Detail

getCode

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

Returns:
the code

setCode

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

Parameters:
id - the code

getLabel

public final java.lang.String getLabel()
Get the label

Returns:
the label

setLabel

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

Parameters:
label - the label

getNextParameter

public final AbstractParameter getNextParameter()
Get the next parameter

Returns:
the next parameter

setNextParameter

public final void setNextParameter(AbstractParameter nextParameter)
Set the next parameter

Parameters:
nextParameter - the next parameter

getWidth

public final int getWidth()
Get the width

Returns:
the width

setWidth

public final void setWidth(int width)
Set the width

Parameters:
width - the width to set

getXpos

public final int getXpos()
Get the X position

Returns:
the X position

setXpos

public final void setXpos(int xpos)
Set the X position

Parameters:
xpos - the X position to set

getYpos

public final int getYpos()
Get the Y position

Returns:
the Y position

setYpos

public final void setYpos(int ypos)
Set the Y position

Parameters:
ypos - the Y position to set

getId

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

Returns:
the id

setId

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

Parameters:
id - the id to set

getHeight

public final int getHeight()
Get the height

Returns:
the height

setHeight

public final void setHeight(int height)
Set the height

Parameters:
height - the height to set

getCss

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

Returns:
the CSS

setCss

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

Parameters:
css - the CSS to set

getJsAdminObject

public final java.lang.String getJsAdminObject()
Get the JavaS object

Returns:
the jsAdminObject

getDefaultValues

public final java.util.List<java.lang.String> getDefaultValues()
Get the defaultValues

Returns:
the defaultValue

setDefaultValues

public final void setDefaultValues(java.util.List<java.lang.String> defaultValues)
Set the defaultValues

Parameters:
defaultValues - the values to set

getValueSelection

public final java.lang.String getValueSelection()
get the valueSelection

Returns:
the valueSelection

setValueSelection

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

Parameters:
valueSelection - the valueSelection to set

isAutoComplete

public final boolean isAutoComplete()
get the autoComplete

Returns:
the autoComplete

setAutoComplete

public final void setAutoComplete(boolean autoComplete)
set the autoComplete

Parameters:
autoComplete - the autoComplete to set

getParentParam

public final java.lang.String getParentParam()
Get the parentParam

Returns:
the parent parameter Id

setParentParam

public final void setParentParam(java.lang.String parentParam)
Set the parentParam

Parameters:
parentParam - the parentParam Id

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

setJsAdminObject

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

Parameters:
jsAdminObject - the jsAdminObject 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

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


Copyright © 2010-2013 CNES. All Rights Reserved.