Class X_M_RMAType

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

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

    • X_M_RMAType

      public X_M_RMAType(Properties ctx, int M_RMAType_ID, String trxName)
      Standard Constructor
    • X_M_RMAType

      public X_M_RMAType(Properties ctx, int M_RMAType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_RMAType

      public X_M_RMAType(Properties ctx, String M_RMAType_UU, String trxName)
      Standard Constructor
    • X_M_RMAType

      public X_M_RMAType(Properties ctx, String M_RMAType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_RMAType

      public X_M_RMAType(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:
      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_M_RMAType
      Parameters:
      Description - Optional short description of the record
    • getDescription

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

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

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

      public void setM_RMAType_ID(int M_RMAType_ID)
      Set RMA Type.
      Specified by:
      setM_RMAType_ID in interface I_M_RMAType
      Parameters:
      M_RMAType_ID - Return Material Authorization Type
    • getM_RMAType_ID

      public int getM_RMAType_ID()
      Get RMA Type.
      Specified by:
      getM_RMAType_ID in interface I_M_RMAType
      Returns:
      Return Material Authorization Type
    • setM_RMAType_UU

      public void setM_RMAType_UU(String M_RMAType_UU)
      Set M_RMAType_UU.
      Specified by:
      setM_RMAType_UU in interface I_M_RMAType
      Parameters:
      M_RMAType_UU - M_RMAType_UU
    • getM_RMAType_UU

      public String getM_RMAType_UU()
      Get M_RMAType_UU.
      Specified by:
      getM_RMAType_UU in interface I_M_RMAType
      Returns:
      M_RMAType_UU
    • setName

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

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

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