Class X_AD_OrgType

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_OrgType
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_OrgType, I_Persistent, Evaluatee

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

    • X_AD_OrgType

      public X_AD_OrgType(Properties ctx, int AD_OrgType_ID, String trxName)
      Standard Constructor
    • X_AD_OrgType

      public X_AD_OrgType(Properties ctx, int AD_OrgType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_OrgType

      public X_AD_OrgType(Properties ctx, String AD_OrgType_UU, String trxName)
      Standard Constructor
    • X_AD_OrgType

      public X_AD_OrgType(Properties ctx, String AD_OrgType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_OrgType

      public X_AD_OrgType(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
    • setAD_OrgType_ID

      public void setAD_OrgType_ID(int AD_OrgType_ID)
      Set Organization Type.
      Specified by:
      setAD_OrgType_ID in interface I_AD_OrgType
      Parameters:
      AD_OrgType_ID - Organization Type
    • getAD_OrgType_ID

      public int getAD_OrgType_ID()
      Get Organization Type.
      Specified by:
      getAD_OrgType_ID in interface I_AD_OrgType
      Returns:
      Organization Type
    • setAD_OrgType_UU

      public void setAD_OrgType_UU(String AD_OrgType_UU)
      Set AD_OrgType_UU.
      Specified by:
      setAD_OrgType_UU in interface I_AD_OrgType
      Parameters:
      AD_OrgType_UU - AD_OrgType_UU
    • getAD_OrgType_UU

      public String getAD_OrgType_UU()
      Get AD_OrgType_UU.
      Specified by:
      getAD_OrgType_UU in interface I_AD_OrgType
      Returns:
      AD_OrgType_UU
    • getAD_PrintColor

      public I_AD_PrintColor getAD_PrintColor() throws RuntimeException
      Specified by:
      getAD_PrintColor in interface I_AD_OrgType
      Throws:
      RuntimeException
    • setAD_PrintColor_ID

      public void setAD_PrintColor_ID(int AD_PrintColor_ID)
      Set Print Color.
      Specified by:
      setAD_PrintColor_ID in interface I_AD_OrgType
      Parameters:
      AD_PrintColor_ID - Color used for printing and display
    • getAD_PrintColor_ID

      public int getAD_PrintColor_ID()
      Get Print Color.
      Specified by:
      getAD_PrintColor_ID in interface I_AD_OrgType
      Returns:
      Color used for printing and display
    • setDescription

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

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

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

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

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