Class X_M_AttributeValue

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_AttributeValue
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_AttributeValue, I_Persistent, Evaluatee
Direct Known Subclasses:
MAttributeValue

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

    • X_M_AttributeValue

      public X_M_AttributeValue(Properties ctx, int M_AttributeValue_ID, String trxName)
      Standard Constructor
    • X_M_AttributeValue

      public X_M_AttributeValue(Properties ctx, int M_AttributeValue_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_AttributeValue

      public X_M_AttributeValue(Properties ctx, String M_AttributeValue_UU, String trxName)
      Standard Constructor
    • X_M_AttributeValue

      public X_M_AttributeValue(Properties ctx, String M_AttributeValue_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_AttributeValue

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

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

      public I_M_Attribute getM_Attribute() throws RuntimeException
      Specified by:
      getM_Attribute in interface I_M_AttributeValue
      Throws:
      RuntimeException
    • setM_Attribute_ID

      public void setM_Attribute_ID(int M_Attribute_ID)
      Set Attribute.
      Specified by:
      setM_Attribute_ID in interface I_M_AttributeValue
      Parameters:
      M_Attribute_ID - Product Attribute
    • getM_Attribute_ID

      public int getM_Attribute_ID()
      Get Attribute.
      Specified by:
      getM_Attribute_ID in interface I_M_AttributeValue
      Returns:
      Product Attribute
    • setM_AttributeValue_ID

      public void setM_AttributeValue_ID(int M_AttributeValue_ID)
      Set Attribute Value.
      Specified by:
      setM_AttributeValue_ID in interface I_M_AttributeValue
      Parameters:
      M_AttributeValue_ID - Product Attribute Value
    • getM_AttributeValue_ID

      public int getM_AttributeValue_ID()
      Get Attribute Value.
      Specified by:
      getM_AttributeValue_ID in interface I_M_AttributeValue
      Returns:
      Product Attribute Value
    • setM_AttributeValue_UU

      public void setM_AttributeValue_UU(String M_AttributeValue_UU)
      Set M_AttributeValue_UU.
      Specified by:
      setM_AttributeValue_UU in interface I_M_AttributeValue
      Parameters:
      M_AttributeValue_UU - M_AttributeValue_UU
    • getM_AttributeValue_UU

      public String getM_AttributeValue_UU()
      Get M_AttributeValue_UU.
      Specified by:
      getM_AttributeValue_UU in interface I_M_AttributeValue
      Returns:
      M_AttributeValue_UU
    • setName

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

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

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

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