Class X_GL_Fund

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

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

  • 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
    • setAmt

      public void setAmt(BigDecimal Amt)
      Set Amount.
      Specified by:
      setAmt in interface I_GL_Fund
      Parameters:
      Amt - Amount
    • getAmt

      public BigDecimal getAmt()
      Get Amount.
      Specified by:
      getAmt in interface I_GL_Fund
      Returns:
      Amount
    • getC_AcctSchema

      public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
      Specified by:
      getC_AcctSchema in interface I_GL_Fund
      Throws:
      RuntimeException
    • setC_AcctSchema_ID

      public void setC_AcctSchema_ID(int C_AcctSchema_ID)
      Set Accounting Schema.
      Specified by:
      setC_AcctSchema_ID in interface I_GL_Fund
      Parameters:
      C_AcctSchema_ID - Rules for accounting
    • getC_AcctSchema_ID

      public int getC_AcctSchema_ID()
      Get Accounting Schema.
      Specified by:
      getC_AcctSchema_ID in interface I_GL_Fund
      Returns:
      Rules for accounting
    • setDateFrom

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

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

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

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

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

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

      public void setGL_Fund_ID(int GL_Fund_ID)
      Set GL Fund.
      Specified by:
      setGL_Fund_ID in interface I_GL_Fund
      Parameters:
      GL_Fund_ID - General Ledger Funds Control
    • getGL_Fund_ID

      public int getGL_Fund_ID()
      Get GL Fund.
      Specified by:
      getGL_Fund_ID in interface I_GL_Fund
      Returns:
      General Ledger Funds Control
    • setGL_Fund_UU

      public void setGL_Fund_UU(String GL_Fund_UU)
      Set GL_Fund_UU.
      Specified by:
      setGL_Fund_UU in interface I_GL_Fund
      Parameters:
      GL_Fund_UU - GL_Fund_UU
    • getGL_Fund_UU

      public String getGL_Fund_UU()
      Get GL_Fund_UU.
      Specified by:
      getGL_Fund_UU in interface I_GL_Fund
      Returns:
      GL_Fund_UU
    • setHelp

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

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

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

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

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