Inheritance diagram for org.openmobileis.modules.common.data.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 |
int org.openmobileis.modules.common.data.DefaultLabel.compareTo | ( | Object | parm1, | |
Object | parm2 | |||
) |
Compare two objects and order them.
p1 | first object | |
p2 | second object |
Implements org.openmobileis.common.util.collection.Orderable.
Definition at line 72 of file DefaultLabel.java.
void org.openmobileis.modules.common.data.DefaultLabel.setLabelSortOrder | ( | int | o | ) |
Use to sort label in a specific order.
Sorting id made : sort with labelOrder if equals use label.
o | label sort order |
Implements org.openmobileis.modules.common.data.Label.
Definition at line 104 of file DefaultLabel.java.