com.gentics.contentnode.rest.model
Class SelectOption

java.lang.Object
  extended by com.gentics.contentnode.rest.model.SelectOption
All Implemented Interfaces:
java.io.Serializable

public class SelectOption
extends java.lang.Object
implements java.io.Serializable

SelectOption object representing a datasource value in GCN

Author:
norbert
See Also:
Serialized Form

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

SelectOption

public SelectOption()
Constructor used by JAXB

Method Detail

getId

public java.lang.Integer getId()
ID

Returns:
the id

getKey

public java.lang.String getKey()
Key

Returns:
the key

getValue

public java.lang.String getValue()
Value

Returns:
the value

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

setKey

public void setKey(java.lang.String key)
Parameters:
key - the key to set

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.