|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.model.Value
public final class Value
Value of a parameter
Constructor Summary | |
---|---|
Value()
Constructor |
Method Summary | |
---|---|
java.util.List<Value> |
getAvailableFor()
Get the list |
java.lang.String |
getCode()
Get the ID |
java.lang.Boolean |
getDefaultValue()
Gets default value |
java.lang.String |
getValue()
Get the value |
boolean |
isSelected()
Get if selected |
void |
setAvailableFor(java.util.List<Value> availableFor)
Set the list of available for things |
void |
setCode(java.lang.String id)
Set the ID |
void |
setDefaultValue(java.lang.Boolean defaultValue)
Sets default value |
void |
setSelected(boolean selected)
Set if selected |
void |
setValue(java.lang.String value)
Set the value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Value()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String id)
id
- the id to setpublic boolean isSelected()
public void setSelected(boolean selected)
selected
- the selected to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to setpublic java.util.List<Value> getAvailableFor()
public void setAvailableFor(java.util.List<Value> availableFor)
availableFor
- the listpublic java.lang.Boolean getDefaultValue()
public void setDefaultValue(java.lang.Boolean defaultValue)
defaultValue
- the defaultValue to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |