Class X_GL_BudgetControl

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

public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Persistent
Generated Model for GL_BudgetControl
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • BUDGETCONTROLSCOPE_AD_Reference_ID

      public static final int BUDGETCONTROLSCOPE_AD_Reference_ID
      BudgetControlScope AD_Reference_ID=361
      See Also:
    • BUDGETCONTROLSCOPE_PeriodOnly

      public static final String BUDGETCONTROLSCOPE_PeriodOnly
      Period only = P
      See Also:
    • BUDGETCONTROLSCOPE_Total

      public static final String BUDGETCONTROLSCOPE_Total
      Total = T
      See Also:
    • BUDGETCONTROLSCOPE_YearToDate

      public static final String BUDGETCONTROLSCOPE_YearToDate
      Year To Date = Y
      See Also:
    • COMMITMENTTYPE_AD_Reference_ID

      public static final int COMMITMENTTYPE_AD_Reference_ID
      CommitmentType AD_Reference_ID=359
      See Also:
    • COMMITMENTTYPE_POSOCommitmentReservation

      public static final String COMMITMENTTYPE_POSOCommitmentReservation
      PO/SO Commitment & Reservation = A
      See Also:
    • COMMITMENTTYPE_POCommitmentReservation

      public static final String COMMITMENTTYPE_POCommitmentReservation
      PO Commitment & Reservation = B
      See Also:
    • COMMITMENTTYPE_POCommitmentOnly

      public static final String COMMITMENTTYPE_POCommitmentOnly
      PO Commitment only = C
      See Also:
    • COMMITMENTTYPE_None

      public static final String COMMITMENTTYPE_None
      None = N
      See Also:
    • COMMITMENTTYPE_POSOCommitment

      public static final String COMMITMENTTYPE_POSOCommitment
      PO/SO Commitment = O
      See Also:
    • COMMITMENTTYPE_SOCommitmentOnly

      public static final String COMMITMENTTYPE_SOCommitmentOnly
      SO Commitment only = S
      See Also:
  • Constructor Details

    • X_GL_BudgetControl

      public X_GL_BudgetControl(Properties ctx, int GL_BudgetControl_ID, String trxName)
      Standard Constructor
    • X_GL_BudgetControl

      public X_GL_BudgetControl(Properties ctx, int GL_BudgetControl_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_GL_BudgetControl

      public X_GL_BudgetControl(Properties ctx, String GL_BudgetControl_UU, String trxName)
      Standard Constructor
    • X_GL_BudgetControl

      public X_GL_BudgetControl(Properties ctx, String GL_BudgetControl_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_GL_BudgetControl

      public X_GL_BudgetControl(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details