|
||||||||||
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 | |
---|---|
java.lang.Integer |
getId()
ID |
java.lang.String |
getKey()
Key |
java.lang.String |
getValue()
Value |
void |
setId(java.lang.Integer id)
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.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 java.lang.Integer getId()
public java.lang.String getKey()
public java.lang.String getValue()
public void setId(java.lang.Integer id)
id
- the id to setpublic void setKey(java.lang.String key)
key
- the key to setpublic void setValue(java.lang.String value)
value
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |