Class X_GL_Category

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_GL_Category
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_GL_Category, I_Persistent, Evaluatee
Direct Known Subclasses:
MGLCategory

public class X_GL_Category extends PO implements I_GL_Category, I_Persistent
Generated Model for GL_Category
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_GL_Category

      public X_GL_Category(Properties ctx, int GL_Category_ID, String trxName)
      Standard Constructor
    • X_GL_Category

      public X_GL_Category(Properties ctx, int GL_Category_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_GL_Category

      public X_GL_Category(Properties ctx, String GL_Category_UU, String trxName)
      Standard Constructor
    • X_GL_Category

      public X_GL_Category(Properties ctx, String GL_Category_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_GL_Category

      public X_GL_Category(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:
      2 - Client
    • initPO

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

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

      public void setCategoryType(String CategoryType)
      Set Category Type.
      Specified by:
      setCategoryType in interface I_GL_Category
      Parameters:
      CategoryType - Source of the Journal with this category
    • getCategoryType

      public String getCategoryType()
      Get Category Type.
      Specified by:
      getCategoryType in interface I_GL_Category
      Returns:
      Source of the Journal with this category
    • setDescription

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

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

      public void setGL_Category_ID(int GL_Category_ID)
      Set GL Category.
      Specified by:
      setGL_Category_ID in interface I_GL_Category
      Parameters:
      GL_Category_ID - General Ledger Category
    • getGL_Category_ID

      public int getGL_Category_ID()
      Get GL Category.
      Specified by:
      getGL_Category_ID in interface I_GL_Category
      Returns:
      General Ledger Category
    • setGL_Category_UU

      public void setGL_Category_UU(String GL_Category_UU)
      Set GL_Category_UU.
      Specified by:
      setGL_Category_UU in interface I_GL_Category
      Parameters:
      GL_Category_UU - GL_Category_UU
    • getGL_Category_UU

      public String getGL_Category_UU()
      Get GL_Category_UU.
      Specified by:
      getGL_Category_UU in interface I_GL_Category
      Returns:
      GL_Category_UU
    • setIsDefault

      public void setIsDefault(boolean IsDefault)
      Set Default.
      Specified by:
      setIsDefault in interface I_GL_Category
      Parameters:
      IsDefault - Default value
    • isDefault

      public boolean isDefault()
      Get Default.
      Specified by:
      isDefault in interface I_GL_Category
      Returns:
      Default value
    • setName

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

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

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setPrintName

      public void setPrintName(String PrintName)
      Set Print Text.
      Specified by:
      setPrintName in interface I_GL_Category
      Parameters:
      PrintName - The label text to be printed on a document or correspondence.
    • getPrintName

      public String getPrintName()
      Get Print Text.
      Specified by:
      getPrintName in interface I_GL_Category
      Returns:
      The label text to be printed on a document or correspondence.
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_GL_Category
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_GL_Category
      Returns:
      Search key for the record in the format required - must be unique