|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.SelectOption
public class SelectOption
SelectOption object representing a datasource value in GCN
Constructor Summary | |
---|---|
SelectOption()
Constructor used by JAXB |
Method Summary | |
---|---|
Integer |
getId()
ID |
String |
getKey()
Key |
String |
getValue()
Value |
void |
setId(Integer id)
|
void |
setKey(String key)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectOption()
Method Detail |
---|
public Integer getId()
public String getKey()
public String getValue()
public void setId(Integer id)
id
- the id to setpublic void setKey(String key)
key
- the key to setpublic void setValue(String value)
value
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |