Adempiere 3.5.2a

org.compiere.model
Interface I_GL_BudgetControl

All Known Implementing Classes:
X_GL_BudgetControl

public interface I_GL_BudgetControl

Generated Interface for GL_BudgetControl

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_BudgetControlScope
          Column name BudgetControlScope
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_CommitmentType
          Column name CommitmentType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GL_Budget_ID
          Column name GL_Budget_ID
static String COLUMNNAME_GL_BudgetControl_ID
          Column name GL_BudgetControl_ID
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsBeforeApproval
          Column name IsBeforeApproval
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=822
static String Table_Name
          TableName=GL_BudgetControl
 
Method Summary
 String getBudgetControlScope()
          Get Control Scope.
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 String getCommitmentType()
          Get Commitment Type.
 String getDescription()
          Get Description.
 int getGL_Budget_ID()
          Get Budget.
 I_GL_Budget getGL_Budget()
           
 int getGL_BudgetControl_ID()
          Get Budget Control.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 boolean isBeforeApproval()
          Get Before Approval.
 void setBudgetControlScope(String BudgetControlScope)
          Set Control Scope.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setCommitmentType(String CommitmentType)
          Set Commitment Type.
 void setDescription(String Description)
          Set Description.
 void setGL_Budget_ID(int GL_Budget_ID)
          Set Budget.
 void setGL_BudgetControl_ID(int GL_BudgetControl_ID)
          Set Budget Control.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsBeforeApproval(boolean IsBeforeApproval)
          Set Before Approval.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=GL_BudgetControl

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=822


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_BudgetControlScope

static final String COLUMNNAME_BudgetControlScope
Column name BudgetControlScope

See Also:
Constant Field Values

COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID

See Also:
Constant Field Values

COLUMNNAME_CommitmentType

static final String COLUMNNAME_CommitmentType
Column name CommitmentType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GL_BudgetControl_ID

static final String COLUMNNAME_GL_BudgetControl_ID
Column name GL_BudgetControl_ID

See Also:
Constant Field Values

COLUMNNAME_GL_Budget_ID

static final String COLUMNNAME_GL_Budget_ID
Column name GL_Budget_ID

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsBeforeApproval

static final String COLUMNNAME_IsBeforeApproval
Column name IsBeforeApproval

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setBudgetControlScope

void setBudgetControlScope(String BudgetControlScope)
Set Control Scope. Scope of the Budget Control


getBudgetControlScope

String getBudgetControlScope()
Get Control Scope. Scope of the Budget Control


setC_AcctSchema_ID

void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting


getC_AcctSchema_ID

int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting


getC_AcctSchema

I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Throws:
Exception

setCommitmentType

void setCommitmentType(String CommitmentType)
Set Commitment Type. Create Commitment and/or Reservations for Budget Control


getCommitmentType

String getCommitmentType()
Get Commitment Type. Create Commitment and/or Reservations for Budget Control


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setGL_BudgetControl_ID

void setGL_BudgetControl_ID(int GL_BudgetControl_ID)
Set Budget Control. Budget Control


getGL_BudgetControl_ID

int getGL_BudgetControl_ID()
Get Budget Control. Budget Control


setGL_Budget_ID

void setGL_Budget_ID(int GL_Budget_ID)
Set Budget. General Ledger Budget


getGL_Budget_ID

int getGL_Budget_ID()
Get Budget. General Ledger Budget


getGL_Budget

I_GL_Budget getGL_Budget()
                         throws Exception
Throws:
Exception

setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsBeforeApproval

void setIsBeforeApproval(boolean IsBeforeApproval)
Set Before Approval. The Check is before the (manual) approval


isBeforeApproval

boolean isBeforeApproval()
Get Before Approval. The Check is before the (manual) approval


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.