Class X_C_CountryGroup

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_CountryGroup
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_CountryGroup, I_Persistent, Evaluatee
Direct Known Subclasses:
MCountryGroup

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

    • X_C_CountryGroup

      public X_C_CountryGroup(Properties ctx, int C_CountryGroup_ID, String trxName)
      Standard Constructor
    • X_C_CountryGroup

      public X_C_CountryGroup(Properties ctx, int C_CountryGroup_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_CountryGroup

      public X_C_CountryGroup(Properties ctx, String C_CountryGroup_UU, String trxName)
      Standard Constructor
    • X_C_CountryGroup

      public X_C_CountryGroup(Properties ctx, String C_CountryGroup_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_CountryGroup

      public X_C_CountryGroup(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
    • setC_CountryGroup_ID

      public void setC_CountryGroup_ID(int C_CountryGroup_ID)
      Set Country Group.
      Specified by:
      setC_CountryGroup_ID in interface I_C_CountryGroup
      Parameters:
      C_CountryGroup_ID - Country Group
    • getC_CountryGroup_ID

      public int getC_CountryGroup_ID()
      Get Country Group.
      Specified by:
      getC_CountryGroup_ID in interface I_C_CountryGroup
      Returns:
      Country Group
    • setC_CountryGroup_UU

      public void setC_CountryGroup_UU(String C_CountryGroup_UU)
      Set C_CountryGroup_UU.
      Specified by:
      setC_CountryGroup_UU in interface I_C_CountryGroup
      Parameters:
      C_CountryGroup_UU - C_CountryGroup_UU
    • getC_CountryGroup_UU

      public String getC_CountryGroup_UU()
      Get C_CountryGroup_UU.
      Specified by:
      getC_CountryGroup_UU in interface I_C_CountryGroup
      Returns:
      C_CountryGroup_UU
    • setDateFrom

      public void setDateFrom(Timestamp DateFrom)
      Set Date From.
      Specified by:
      setDateFrom in interface I_C_CountryGroup
      Parameters:
      DateFrom - Starting date for a range
    • getDateFrom

      public Timestamp getDateFrom()
      Get Date From.
      Specified by:
      getDateFrom in interface I_C_CountryGroup
      Returns:
      Starting date for a range
    • setDateTo

      public void setDateTo(Timestamp DateTo)
      Set Date To.
      Specified by:
      setDateTo in interface I_C_CountryGroup
      Parameters:
      DateTo - End date of a date range
    • getDateTo

      public Timestamp getDateTo()
      Get Date To.
      Specified by:
      getDateTo in interface I_C_CountryGroup
      Returns:
      End date of a date range
    • setDescription

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

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

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

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

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

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_C_CountryGroup
      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_C_CountryGroup
      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_C_CountryGroup
      Returns:
      Search key for the record in the format required - must be unique