Class X_AD_Error

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

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

    • AD_LANGUAGE_AD_Reference_ID

      public static final int AD_LANGUAGE_AD_Reference_ID
      AD_Language AD_Reference_ID=106
      See Also:
  • Constructor Details

    • X_AD_Error

      public X_AD_Error(Properties ctx, int AD_Error_ID, String trxName)
      Standard Constructor
    • X_AD_Error

      public X_AD_Error(Properties ctx, int AD_Error_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Error

      public X_AD_Error(Properties ctx, String AD_Error_UU, String trxName)
      Standard Constructor
    • X_AD_Error

      public X_AD_Error(Properties ctx, String AD_Error_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Error

      public X_AD_Error(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_Error_ID

      public void setAD_Error_ID(int AD_Error_ID)
      Set Error.
      Specified by:
      setAD_Error_ID in interface I_AD_Error
      Parameters:
      AD_Error_ID - Error
    • getAD_Error_ID

      public int getAD_Error_ID()
      Get Error.
      Specified by:
      getAD_Error_ID in interface I_AD_Error
      Returns:
      Error
    • setAD_Error_UU

      public void setAD_Error_UU(String AD_Error_UU)
      Set AD_Error_UU.
      Specified by:
      setAD_Error_UU in interface I_AD_Error
      Parameters:
      AD_Error_UU - AD_Error_UU
    • getAD_Error_UU

      public String getAD_Error_UU()
      Get AD_Error_UU.
      Specified by:
      getAD_Error_UU in interface I_AD_Error
      Returns:
      AD_Error_UU
    • setAD_Language

      public void setAD_Language(String AD_Language)
      Set Language.
      Specified by:
      setAD_Language in interface I_AD_Error
      Parameters:
      AD_Language - Language for this entity
    • getAD_Language

      public String getAD_Language()
      Get Language.
      Specified by:
      getAD_Language in interface I_AD_Error
      Returns:
      Language for this entity
    • setCode

      public void setCode(String Code)
      Set Validation code.
      Specified by:
      setCode in interface I_AD_Error
      Parameters:
      Code - Validation Code
    • getCode

      public String getCode()
      Get Validation code.
      Specified by:
      getCode in interface I_AD_Error
      Returns:
      Validation Code
    • setName

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

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

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