Class X_EXP_Processor_Type

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_EXP_Processor_Type
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_EXP_Processor_Type, I_Persistent, Evaluatee
Direct Known Subclasses:
MEXPProcessorType

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

    • X_EXP_Processor_Type

      public X_EXP_Processor_Type(Properties ctx, int EXP_Processor_Type_ID, String trxName)
      Standard Constructor
    • X_EXP_Processor_Type

      public X_EXP_Processor_Type(Properties ctx, int EXP_Processor_Type_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_EXP_Processor_Type

      public X_EXP_Processor_Type(Properties ctx, String EXP_Processor_Type_UU, String trxName)
      Standard Constructor
    • X_EXP_Processor_Type

      public X_EXP_Processor_Type(Properties ctx, String EXP_Processor_Type_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_EXP_Processor_Type

      public X_EXP_Processor_Type(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:
      7 - System - Client - Org
    • 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
    • setDescription

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

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

      public void setEXP_Processor_Type_ID(int EXP_Processor_Type_ID)
      Set Export Processor Type.
      Specified by:
      setEXP_Processor_Type_ID in interface I_EXP_Processor_Type
      Parameters:
      EXP_Processor_Type_ID - Export Processor Type
    • getEXP_Processor_Type_ID

      public int getEXP_Processor_Type_ID()
      Get Export Processor Type.
      Specified by:
      getEXP_Processor_Type_ID in interface I_EXP_Processor_Type
      Returns:
      Export Processor Type
    • setEXP_Processor_Type_UU

      public void setEXP_Processor_Type_UU(String EXP_Processor_Type_UU)
      Set EXP_Processor_Type_UU.
      Specified by:
      setEXP_Processor_Type_UU in interface I_EXP_Processor_Type
      Parameters:
      EXP_Processor_Type_UU - EXP_Processor_Type_UU
    • getEXP_Processor_Type_UU

      public String getEXP_Processor_Type_UU()
      Get EXP_Processor_Type_UU.
      Specified by:
      getEXP_Processor_Type_UU in interface I_EXP_Processor_Type
      Returns:
      EXP_Processor_Type_UU
    • setHelp

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

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

      public void setJavaClass(String JavaClass)
      Set Java Class.
      Specified by:
      setJavaClass in interface I_EXP_Processor_Type
      Parameters:
      JavaClass - Java Class
    • getJavaClass

      public String getJavaClass()
      Get Java Class.
      Specified by:
      getJavaClass in interface I_EXP_Processor_Type
      Returns:
      Java Class
    • setName

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

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

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_EXP_Processor_Type
      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_EXP_Processor_Type
      Returns:
      Search key for the record in the format required - must be unique