Class X_AD_Label

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Label
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Label, I_Persistent, Evaluatee
Direct Known Subclasses:
MLabel

public class X_AD_Label extends PO implements I_AD_Label, I_Persistent
Generated Model for AD_Label
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_Label

      public X_AD_Label(Properties ctx, int AD_Label_ID, String trxName)
      Standard Constructor
    • X_AD_Label

      public X_AD_Label(Properties ctx, int AD_Label_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Label

      public X_AD_Label(Properties ctx, String AD_Label_UU, String trxName)
      Standard Constructor
    • X_AD_Label

      public X_AD_Label(Properties ctx, String AD_Label_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Label

      public X_AD_Label(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_LabelCategory

      public I_AD_LabelCategory getAD_LabelCategory() throws RuntimeException
      Specified by:
      getAD_LabelCategory in interface I_AD_Label
      Throws:
      RuntimeException
    • setAD_LabelCategory_ID

      public void setAD_LabelCategory_ID(int AD_LabelCategory_ID)
      Set Label Category.
      Specified by:
      setAD_LabelCategory_ID in interface I_AD_Label
      Parameters:
      AD_LabelCategory_ID - Category of a Label
    • getAD_LabelCategory_ID

      public int getAD_LabelCategory_ID()
      Get Label Category.
      Specified by:
      getAD_LabelCategory_ID in interface I_AD_Label
      Returns:
      Category of a Label
    • setAD_Label_ID

      public void setAD_Label_ID(int AD_Label_ID)
      Set Label.
      Specified by:
      setAD_Label_ID in interface I_AD_Label
      Parameters:
      AD_Label_ID - Record Label
    • getAD_Label_ID

      public int getAD_Label_ID()
      Get Label.
      Specified by:
      getAD_Label_ID in interface I_AD_Label
      Returns:
      Record Label
    • getAD_LabelStyle

      public I_AD_Style getAD_LabelStyle() throws RuntimeException
      Specified by:
      getAD_LabelStyle in interface I_AD_Label
      Throws:
      RuntimeException
    • setAD_LabelStyle_ID

      public void setAD_LabelStyle_ID(int AD_LabelStyle_ID)
      Set Label Style.
      Specified by:
      setAD_LabelStyle_ID in interface I_AD_Label
      Parameters:
      AD_LabelStyle_ID - Label CSS Style
    • getAD_LabelStyle_ID

      public int getAD_LabelStyle_ID()
      Get Label Style.
      Specified by:
      getAD_LabelStyle_ID in interface I_AD_Label
      Returns:
      Label CSS Style
    • setAD_Label_UU

      public void setAD_Label_UU(String AD_Label_UU)
      Set Label.
      Specified by:
      setAD_Label_UU in interface I_AD_Label
      Parameters:
      AD_Label_UU - Record Label
    • getAD_Label_UU

      public String getAD_Label_UU()
      Get Label.
      Specified by:
      getAD_Label_UU in interface I_AD_Label
      Returns:
      Record Label
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_Label
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_Label
      Returns:
      Optional short description of the record
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_AD_Label
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_AD_Label
      Returns:
      Alphanumeric identifier of the entity