| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.form.dataset.dto.ValueDTO
public final class ValueDTO
DTO value description
| Constructor Summary | |
|---|---|
ValueDTO()
 | 
|
| Method Summary | |
|---|---|
 java.util.List<java.lang.String> | 
getAvailableFor()
Get the list where the DTO is available  | 
 java.lang.String | 
getCode()
Return the code of the value  | 
 java.lang.Boolean | 
getDefaultValue()
Gets the default value  | 
 java.lang.String | 
getValue()
Get the DTO value  | 
 boolean | 
isSelected()
Get if the DTO is selected or not  | 
 void | 
setAvailableFor(java.util.List<java.lang.String> availableFor)
Sets the list where the DTO is available  | 
 void | 
setCode(java.lang.String code)
Set the code of the value  | 
 void | 
setDefaultValue(java.lang.Boolean defaultValue)
Sets the default value  | 
 void | 
setSelected(boolean selected)
Set if the DTO is selected or not  | 
 void | 
setValue(java.lang.String value)
Set the DTO value  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ValueDTO()
| Method Detail | 
|---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - the code 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<java.lang.String> getAvailableFor()
public void setAvailableFor(java.util.List<java.lang.String> availableFor)
availableFor - the availableFor to setpublic 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 | |||||||||