|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_GL_Budget
public class X_GL_Budget
Generated Model for GL_Budget
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
BUDGETSTATUS_AD_Reference_ID
BudgetStatus AD_Reference_ID=178 |
static String |
BUDGETSTATUS_Approved
Approved = A |
static String |
BUDGETSTATUS_Draft
Draft = D |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=271 |
static String |
Table_Name
TableName=GL_Budget |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_GL_Budget(Ctx ctx,
int GL_Budget_ID,
String trxName)
Standard Constructor |
|
X_GL_Budget(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getBudgetStatus()
Get Budget Status. |
String |
getDescription()
Get Description. |
int |
getGL_Budget_ID()
Get Budget. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isBudgetStatusValid(String test)
Is test a valid value. |
boolean |
isPrimary()
Get Primary. |
void |
setBudgetStatus(String BudgetStatus)
Set Budget Status. |
void |
setDescription(String Description)
Set Description. |
void |
setGL_Budget_ID(int GL_Budget_ID)
Set Budget. |
void |
setIsPrimary(boolean IsPrimary)
Set Primary. |
void |
setName(String Name)
Set Name. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int BUDGETSTATUS_AD_Reference_ID
public static final String BUDGETSTATUS_Approved
public static final String BUDGETSTATUS_Draft
| Constructor Detail |
|---|
public X_GL_Budget(Ctx ctx,
int GL_Budget_ID,
String trxName)
ctx - contextGL_Budget_ID - idtrxName - transaction
public X_GL_Budget(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic boolean isBudgetStatusValid(String test)
test - testvalue
public void setBudgetStatus(String BudgetStatus)
BudgetStatus - Indicates the current status of this budgetpublic String getBudgetStatus()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setGL_Budget_ID(int GL_Budget_ID)
GL_Budget_ID - General Ledger Budgetpublic int getGL_Budget_ID()
public void setIsPrimary(boolean IsPrimary)
IsPrimary - Indicates if this is the primary budgetpublic boolean isPrimary()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||