Class LabelsSearchController.LabelItem

java.lang.Object
org.adempiere.webui.apps.LabelsSearchController.LabelItem
Enclosing class:
LabelsSearchController

public class LabelsSearchController.LabelItem extends Object
Search result item
  • Constructor Details

    • LabelItem

      public LabelItem(int C_Label_ID, String label, int countUsed, boolean isAllowed)
  • Method Details

    • getLabel

      public String getLabel()
    • getC_Label_ID

      public int getC_Label_ID()
    • getCountUsed

      public int getCountUsed()
    • isAllowed

      public boolean isAllowed()