Inheritance diagram for org.openmobileis.modules.crm.data.common.DefaultLabel:
Definition at line 44 of file DefaultLabel.java.
Public Member Functions | |
DefaultLabel (String id, String category, String label) | |
DefaultLabel (String id, String category, String label, String language) | |
int | compareTo (Object parm1, Object parm2) |
Compare two objects and order them. | |
String | getLabel () |
String | getLabelLanguage () |
String | getCategory () |
String | getLabelId () |
void | setLabelSortOrder (int o) |
Use to sort label in a specific order. | |
int | getLabelSortOrder () |
String | toString () |
boolean | equals (Object obj) |
int | hashCode () |
int | compareTo (Object parm2) |
Protected Member Functions | |
DefaultLabel () | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Compare two objects and order them.
Implements org.openmobileis.common.util.collection.Orderable. Definition at line 72 of file DefaultLabel.java. |
|
Use to sort label in a specific order. Sorting id made : sort with labelOrder if equals use label.
Implements org.openmobileis.modules.crm.data.common.Label. Definition at line 104 of file DefaultLabel.java. |