Package com.basis.api.admin
Class BBjAdminValue
java.lang.Object
com.basis.api.admin.BBjAdminValue
- All Implemented Interfaces:
Serializable
,Comparable
Contains a single value. This class is used to return values to clients
that need to know the true underlying value, but also may need to have a
different display value. For example, the value you may want to set in
a property file might be "1" but you want the user to see "Small".
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminValue
(String p_displayValue, Serializable p_value, BBjAdminType p_type) -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
getValue()
void
setDisplayValue
(String p_displayValue) void
setType
(BBjAdminType p_type) void
setValue
(Serializable p_value)
-
Field Details
-
DISPLAY_VALUE
- See Also:
-
VALUE
- See Also:
-
TYPE
- See Also:
-
-
Constructor Details
-
BBjAdminValue
public BBjAdminValue() -
BBjAdminValue
-
-
Method Details
-
getDisplayValue
-
setDisplayValue
-
getValue
-
setValue
-
getType
-
setType
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-