Package com.axemble.vdoc.sdk.impl
Class PortalOptionList.Option
java.lang.Object
com.axemble.vdoc.sdk.impl.PortalOptionList.Option
- All Implemented Interfaces:
- IOptionList.IOption,- Comparable<IOptionList.IOption>
- Enclosing class:
- PortalOptionList
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
key
- 
text
 
- 
- 
Constructor Details- 
Option
 
- 
- 
Method Details- 
getKeyDescription copied from interface:IOptionList.IOptionGets the key of the option.- Specified by:
- getKeyin interface- IOptionList.IOption
- Returns:
- A Object object.
 
- 
setKey
- 
getTextDescription copied from interface:IOptionList.IOptionGets the label of the option.- Specified by:
- getTextin interface- IOptionList.IOption
- Returns:
- A java.lang.String object.
 
- 
setTextDescription copied from interface:IOptionList.IOptionSets the label of option.- Specified by:
- setTextin interface- IOptionList.IOption
- Parameters:
- text- The new String label.
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<IOptionList.IOption>
 
 
-