Package org.adempiere.webui.panel
Class WRC3SortCriteriaPanel.ListElement
java.lang.Object
org.compiere.util.NamePair
org.adempiere.webui.panel.WRC3SortCriteriaPanel.ListElement
- All Implemented Interfaces:
Serializable
,Comparable<Object>
,Comparator<Object>
- Enclosing class:
- WRC3SortCriteriaPanel
List Item
- See Also:
-
Constructor Summary
ConstructorDescriptionListElement
(int key, String name, int sortNo, boolean isYes, int AD_Client_ID, int AD_Org_ID) -
Method Summary
Methods inherited from class org.compiere.util.NamePair
compare, compare, compareTo, compareTo, getName, toStringX
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ListElement
public ListElement(int key, String name, int sortNo, boolean isYes, int AD_Client_ID, int AD_Org_ID)
-
-
Method Details
-
getKey
public int getKey() -
setSortNo
public void setSortNo(int sortNo) -
getSortNo
public int getSortNo() -
setIsYes
public void setIsYes(boolean value) -
isYes
public boolean isYes() -
getAD_Client_ID
public int getAD_Client_ID() -
getAD_Org_ID
public int getAD_Org_ID() -
getID
Description copied from class:NamePair
Returns Key or Value as String -
hashCode
public int hashCode() -
equals
- Specified by:
equals
in interfaceComparator<Object>
- Overrides:
equals
in classObject
-
toString
Description copied from class:NamePair
To String - returns name
-