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
ConstructorsConstructorDescriptionListElement(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, toStringXMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:NamePairReturns Key or Value as String -
hashCode
public int hashCode() -
equals
- Specified by:
equalsin interfaceComparator<Object>- Overrides:
equalsin classObject
-
toString
Description copied from class:NamePairTo String - returns name
-