Package org.compiere.model
Interface I_GL_Budget
- All Known Implementing Classes:
X_GL_Budget
public interface I_GL_Budget
Generated Interface for GL_Budget
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name BudgetStatusstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name GL_Budget_IDstatic final StringColumn name GL_Budget_UUstatic final StringColumn name IsActivestatic final StringColumn name IsPrimarystatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=271static final StringTableName=GL_Budget -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Budget Status.Get Created.intGet Created By.Get Description.intGet Budget.Get GL_Budget_UUgetName()Get Name.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Primary.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetBudgetStatus(String BudgetStatus) Set Budget Status.voidsetDescription(String Description) Set Description.voidsetGL_Budget_ID(int GL_Budget_ID) Set Budget.voidsetGL_Budget_UU(String GL_Budget_UU) Set GL_Budget_UUvoidsetIsActive(boolean IsActive) Set Active.voidsetIsPrimary(boolean IsPrimary) Set Primary.voidSet Name.
-
Field Details
-
Table_Name
TableName=GL_Budget- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=271- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_BudgetStatus
Column name BudgetStatus- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_GL_Budget_ID
Column name GL_Budget_ID- See Also:
-
COLUMNNAME_GL_Budget_UU
Column name GL_Budget_UU- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsPrimary
Column name IsPrimary- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setBudgetStatus
Set Budget Status. Indicates the current status of this budget -
getBudgetStatus
String getBudgetStatus()Get Budget Status. Indicates the current status of this budget -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setGL_Budget_UU
Set GL_Budget_UU -
getGL_Budget_UU
String getGL_Budget_UU()Get GL_Budget_UU -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsPrimary
void setIsPrimary(boolean IsPrimary) Set Primary. Indicates if this is the primary budget -
isPrimary
boolean isPrimary()Get Primary. Indicates if this is the primary budget -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-