|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.model.AbstractParameter
public abstract class AbstractParameter
Class representing an abstract parameter
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 |
---|
public AbstractParameter()
Method Detail |
---|
public final java.util.List<java.lang.String> getCode()
public final void setCode(java.util.List<java.lang.String> id)
id
- the codepublic final java.lang.String getLabel()
public final void setLabel(java.lang.String label)
label
- the labelpublic final AbstractParameter getNextParameter()
public final void setNextParameter(AbstractParameter nextParameter)
nextParameter
- the next parameterpublic final int getWidth()
public final void setWidth(int width)
width
- the width to setpublic final int getXpos()
public final void setXpos(int xpos)
xpos
- the X position to setpublic final int getYpos()
public final void setYpos(int ypos)
ypos
- the Y position to setpublic final java.lang.String getId()
public final void setId(java.lang.String id)
id
- the id to setpublic final int getHeight()
public final void setHeight(int height)
height
- the height to setpublic final java.lang.String getCss()
public final void setCss(java.lang.String css)
css
- the CSS to setpublic final java.lang.String getJsAdminObject()
public final java.util.List<java.lang.String> getDefaultValues()
public final void setDefaultValues(java.util.List<java.lang.String> defaultValues)
defaultValues
- the values to setpublic final java.lang.String getValueSelection()
public final void setValueSelection(java.lang.String valueSelection)
valueSelection
- the valueSelection to setpublic final boolean isAutoComplete()
public final void setAutoComplete(boolean autoComplete)
autoComplete
- the autoComplete to setpublic final java.lang.String getParentParam()
public final void setParentParam(java.lang.String parentParam)
parentParam
- the parentParam Idpublic java.lang.String getJsUserObject()
public void setJsUserObject(java.lang.String jsUserObject)
jsUserObject
- the jsUserObject to setpublic void setJsAdminObject(java.lang.String jsAdminObject)
jsAdminObject
- the jsAdminObject 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 setpublic java.lang.String getContainerPanelId()
public void setContainerPanelId(java.lang.String containerPanelId)
containerPanelId
- the containerPanelId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |