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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
text
-
-
Constructor Details
-
Option
-
-
Method Details
-
getKey
Description copied from interface:IOptionList.IOptionGets the key of the option.- Specified by:
getKeyin interfaceIOptionList.IOption- Returns:
- A Object object.
-
setKey
-
getText
Description copied from interface:IOptionList.IOptionGets the label of the option.- Specified by:
getTextin interfaceIOptionList.IOption- Returns:
- A java.lang.String object.
-
setText
Description copied from interface:IOptionList.IOptionSets the label of option.- Specified by:
setTextin interfaceIOptionList.IOption- Parameters:
text- The new String label.
-
compareTo
- Specified by:
compareToin interfaceComparable<IOptionList.IOption>
-