Class X_A_FundingMode

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

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

    • X_A_FundingMode

      public X_A_FundingMode(Properties ctx, int A_FundingMode_ID, String trxName)
      Standard Constructor
    • X_A_FundingMode

      public X_A_FundingMode(Properties ctx, int A_FundingMode_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_FundingMode

      public X_A_FundingMode(Properties ctx, String A_FundingMode_UU, String trxName)
      Standard Constructor
    • X_A_FundingMode

      public X_A_FundingMode(Properties ctx, String A_FundingMode_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_FundingMode

      public X_A_FundingMode(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
    • setA_FundingMode_ID

      public void setA_FundingMode_ID(int A_FundingMode_ID)
      Set Asset Funding Mode.
      Specified by:
      setA_FundingMode_ID in interface I_A_FundingMode
      Parameters:
      A_FundingMode_ID - Asset Funding Mode
    • getA_FundingMode_ID

      public int getA_FundingMode_ID()
      Get Asset Funding Mode.
      Specified by:
      getA_FundingMode_ID in interface I_A_FundingMode
      Returns:
      Asset Funding Mode
    • setA_FundingMode_UU

      public void setA_FundingMode_UU(String A_FundingMode_UU)
      Set A_FundingMode_UU.
      Specified by:
      setA_FundingMode_UU in interface I_A_FundingMode
      Parameters:
      A_FundingMode_UU - A_FundingMode_UU
    • getA_FundingMode_UU

      public String getA_FundingMode_UU()
      Get A_FundingMode_UU.
      Specified by:
      getA_FundingMode_UU in interface I_A_FundingMode
      Returns:
      A_FundingMode_UU
    • setDescription

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

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

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

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

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

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