|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_A_Depreciation_Exp
public class X_A_Depreciation_Exp
Generated Model for A_Depreciation_Exp
| Field Summary | |
|---|---|
static int |
A_ENTRY_TYPE_AD_Reference_ID
A_Entry_Type AD_Reference_ID=53257 |
static String |
A_ENTRY_TYPE_Depreciation
Depreciation = DEP |
static String |
A_ENTRY_TYPE_Disposals
Disposals = DIS |
static String |
A_ENTRY_TYPE_Forecasts
Forecasts = FOR |
static String |
A_ENTRY_TYPE_New
New = NEW |
static String |
A_ENTRY_TYPE_Splits
Splits = SPL |
static String |
A_ENTRY_TYPE_Transfers
Transfers = TRN |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_A_Depreciation_Exp |
|---|
accessLevel, COLUMNNAME_A_Account_Number, COLUMNNAME_A_Asset_ID, COLUMNNAME_A_Depreciation_Exp_ID, COLUMNNAME_A_Entry_Type, COLUMNNAME_A_Period, COLUMNNAME_DateAcct, COLUMNNAME_Description, COLUMNNAME_Expense, COLUMNNAME_IsDepreciated, COLUMNNAME_PostingType, COLUMNNAME_Processed, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_A_Depreciation_Exp(Properties ctx,
int A_Depreciation_Exp_ID,
String trxName)
Standard Constructor |
|
X_A_Depreciation_Exp(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getA_Account_Number()
Get A_Account_Number. |
int |
getA_Asset_ID()
Get Asset. |
int |
getA_Depreciation_Exp_ID()
Get A_Depreciation_Exp_ID. |
String |
getA_Entry_Type()
Get A_Entry_Type. |
int |
getA_Period()
Get A_Period. |
Timestamp |
getDateAcct()
Get Account Date. |
String |
getDescription()
Get Description. |
BigDecimal |
getExpense()
Get Expense. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getPostingType()
Get PostingType. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDepreciated()
Get Depreciate. |
boolean |
isProcessed()
Get Processed. |
void |
setA_Account_Number(int A_Account_Number)
Set A_Account_Number. |
void |
setA_Asset_ID(int A_Asset_ID)
Set Asset. |
void |
setA_Depreciation_Exp_ID(int A_Depreciation_Exp_ID)
Set A_Depreciation_Exp_ID. |
void |
setA_Entry_Type(String A_Entry_Type)
Set A_Entry_Type. |
void |
setA_Period(int A_Period)
Set A_Period. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDescription(String Description)
Set Description. |
void |
setExpense(BigDecimal Expense)
Set Expense. |
void |
setIsDepreciated(boolean IsDepreciated)
Set Depreciate. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setProcessed(boolean Processed)
Set Processed. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int A_ENTRY_TYPE_AD_Reference_ID
public static final String A_ENTRY_TYPE_Depreciation
public static final String A_ENTRY_TYPE_Disposals
public static final String A_ENTRY_TYPE_Forecasts
public static final String A_ENTRY_TYPE_New
public static final String A_ENTRY_TYPE_Splits
public static final String A_ENTRY_TYPE_Transfers
| Constructor Detail |
|---|
public X_A_Depreciation_Exp(Properties ctx,
int A_Depreciation_Exp_ID,
String trxName)
public X_A_Depreciation_Exp(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setA_Account_Number(int A_Account_Number)
setA_Account_Number in interface I_A_Depreciation_ExpA_Account_Number - A_Account_Numberpublic int getA_Account_Number()
getA_Account_Number in interface I_A_Depreciation_Exppublic void setA_Asset_ID(int A_Asset_ID)
setA_Asset_ID in interface I_A_Depreciation_ExpA_Asset_ID - Asset used internally or by customerspublic int getA_Asset_ID()
getA_Asset_ID in interface I_A_Depreciation_Exppublic void setA_Depreciation_Exp_ID(int A_Depreciation_Exp_ID)
setA_Depreciation_Exp_ID in interface I_A_Depreciation_ExpA_Depreciation_Exp_ID - A_Depreciation_Exp_IDpublic int getA_Depreciation_Exp_ID()
getA_Depreciation_Exp_ID in interface I_A_Depreciation_Exppublic KeyNamePair getKeyNamePair()
public void setA_Entry_Type(String A_Entry_Type)
setA_Entry_Type in interface I_A_Depreciation_ExpA_Entry_Type - A_Entry_Typepublic String getA_Entry_Type()
getA_Entry_Type in interface I_A_Depreciation_Exppublic void setA_Period(int A_Period)
setA_Period in interface I_A_Depreciation_ExpA_Period - A_Periodpublic int getA_Period()
getA_Period in interface I_A_Depreciation_Exppublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_A_Depreciation_ExpDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_A_Depreciation_Exppublic void setDescription(String Description)
setDescription in interface I_A_Depreciation_ExpDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_A_Depreciation_Exppublic void setExpense(BigDecimal Expense)
setExpense in interface I_A_Depreciation_ExpExpense - Expensepublic BigDecimal getExpense()
getExpense in interface I_A_Depreciation_Exppublic void setIsDepreciated(boolean IsDepreciated)
setIsDepreciated in interface I_A_Depreciation_ExpIsDepreciated - The asset will be depreciatedpublic boolean isDepreciated()
isDepreciated in interface I_A_Depreciation_Exppublic void setPostingType(String PostingType)
setPostingType in interface I_A_Depreciation_ExpPostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_A_Depreciation_Exppublic void setProcessed(boolean Processed)
setProcessed in interface I_A_Depreciation_ExpProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_A_Depreciation_Exp
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||