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