Class X_R_InterestArea

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_InterestArea
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_R_InterestArea, Evaluatee
Direct Known Subclasses:
MInterestArea

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

    • X_R_InterestArea

      public X_R_InterestArea(Properties ctx, int R_InterestArea_ID, String trxName)
      Standard Constructor
    • X_R_InterestArea

      public X_R_InterestArea(Properties ctx, int R_InterestArea_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_InterestArea

      public X_R_InterestArea(Properties ctx, String R_InterestArea_UU, String trxName)
      Standard Constructor
    • X_R_InterestArea

      public X_R_InterestArea(Properties ctx, String R_InterestArea_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_InterestArea

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

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

      public void setIsSelfService(boolean IsSelfService)
      Set Self-Service.
      Specified by:
      setIsSelfService in interface I_R_InterestArea
      Parameters:
      IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service
    • isSelfService

      public boolean isSelfService()
      Get Self-Service.
      Specified by:
      isSelfService in interface I_R_InterestArea
      Returns:
      This is a Self-Service entry or this entry can be changed via Self-Service
    • setName

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

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

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

      public void setR_InterestArea_ID(int R_InterestArea_ID)
      Set Interest Area.
      Specified by:
      setR_InterestArea_ID in interface I_R_InterestArea
      Parameters:
      R_InterestArea_ID - Interest Area or Topic
    • getR_InterestArea_ID

      public int getR_InterestArea_ID()
      Get Interest Area.
      Specified by:
      getR_InterestArea_ID in interface I_R_InterestArea
      Returns:
      Interest Area or Topic
    • setR_InterestArea_UU

      public void setR_InterestArea_UU(String R_InterestArea_UU)
      Set R_InterestArea_UU.
      Specified by:
      setR_InterestArea_UU in interface I_R_InterestArea
      Parameters:
      R_InterestArea_UU - R_InterestArea_UU
    • getR_InterestArea_UU

      public String getR_InterestArea_UU()
      Get R_InterestArea_UU.
      Specified by:
      getR_InterestArea_UU in interface I_R_InterestArea
      Returns:
      R_InterestArea_UU
    • setValue

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