Class X_AD_EntityType

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_EntityType
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_EntityType, I_Persistent, Evaluatee
Direct Known Subclasses:
MEntityType

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

    • X_AD_EntityType

      public X_AD_EntityType(Properties ctx, int AD_EntityType_ID, String trxName)
      Standard Constructor
    • X_AD_EntityType

      public X_AD_EntityType(Properties ctx, int AD_EntityType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_EntityType

      public X_AD_EntityType(Properties ctx, String AD_EntityType_UU, String trxName)
      Standard Constructor
    • X_AD_EntityType

      public X_AD_EntityType(Properties ctx, String AD_EntityType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_EntityType

      public X_AD_EntityType(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:
      4 - System
    • 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_EntityType_ID

      public void setAD_EntityType_ID(int AD_EntityType_ID)
      Set Entity Type.
      Specified by:
      setAD_EntityType_ID in interface I_AD_EntityType
      Parameters:
      AD_EntityType_ID - System Entity Type
    • getAD_EntityType_ID

      public int getAD_EntityType_ID()
      Get Entity Type.
      Specified by:
      getAD_EntityType_ID in interface I_AD_EntityType
      Returns:
      System Entity Type
    • setAD_EntityType_UU

      public void setAD_EntityType_UU(String AD_EntityType_UU)
      Set AD_EntityType_UU.
      Specified by:
      setAD_EntityType_UU in interface I_AD_EntityType
      Parameters:
      AD_EntityType_UU - AD_EntityType_UU
    • getAD_EntityType_UU

      public String getAD_EntityType_UU()
      Get AD_EntityType_UU.
      Specified by:
      getAD_EntityType_UU in interface I_AD_EntityType
      Returns:
      AD_EntityType_UU
    • setClasspath

      public void setClasspath(String Classpath)
      Set Classpath.
      Specified by:
      setClasspath in interface I_AD_EntityType
      Parameters:
      Classpath - Extension Classpath
    • getClasspath

      public String getClasspath()
      Get Classpath.
      Specified by:
      getClasspath in interface I_AD_EntityType
      Returns:
      Extension Classpath
    • setDescription

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

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

      public void setEntityType(String EntityType)
      Set Entity Type.
      Specified by:
      setEntityType in interface I_AD_EntityType
      Parameters:
      EntityType - Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      public String getEntityType()
      Get Entity Type.
      Specified by:
      getEntityType in interface I_AD_EntityType
      Returns:
      Dictionary Entity Type; Determines ownership and synchronization
    • setHelp

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_AD_EntityType
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_AD_EntityType
      Returns:
      Comment or Hint
    • setModelPackage

      public void setModelPackage(String ModelPackage)
      Set Model Package.
      Specified by:
      setModelPackage in interface I_AD_EntityType
      Parameters:
      ModelPackage - Java Package of the model classes
    • getModelPackage

      public String getModelPackage()
      Get Model Package.
      Specified by:
      getModelPackage in interface I_AD_EntityType
      Returns:
      Java Package of the model classes
    • setName

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

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

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

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_AD_EntityType
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_AD_EntityType
      Returns:
      Process Now
    • setVersion

      public void setVersion(String Version)
      Set Version.
      Specified by:
      setVersion in interface I_AD_EntityType
      Parameters:
      Version - Version of the table definition
    • getVersion

      public String getVersion()
      Get Version.
      Specified by:
      getVersion in interface I_AD_EntityType
      Returns:
      Version of the table definition