|
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_Entry
public class X_A_Depreciation_Entry
Generated Model for A_Depreciation_Entry
| 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 |
static int |
C_PERIOD_ID_AD_Reference_ID
C_Period_ID AD_Reference_ID=233 |
static String |
POSTINGTYPE_Actual
Actual = A |
static int |
POSTINGTYPE_AD_Reference_ID
PostingType AD_Reference_ID=125 |
static String |
POSTINGTYPE_Budget
Budget = B |
static String |
POSTINGTYPE_Commitment
Commitment = E |
static String |
POSTINGTYPE_Reservation
Reservation = R |
static String |
POSTINGTYPE_Statistical
Statistical = S |
| 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 |
| Constructor Summary | |
|---|---|
X_A_Depreciation_Entry(Properties ctx,
int A_Depreciation_Entry_ID,
String trxName)
Standard Constructor |
|
X_A_Depreciation_Entry(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getA_Depreciation_Entry_ID()
Get A_Depreciation_Entry_ID. |
String |
getA_Entry_Type()
Get A_Entry_Type. |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_DocType_ID()
Get Document Type. |
I_C_DocType |
getC_DocType()
|
int |
getC_Period_ID()
Get Period. |
Timestamp |
getDateAcct()
Get Account Date. |
Timestamp |
getDateDoc()
Get Document Date. |
String |
getDescription()
Get Description. |
String |
getDocumentNo()
Get Document No. |
int |
getGL_Category_ID()
Get GL Category. |
I_GL_Category |
getGL_Category()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getPostingType()
Get PostingType. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setA_Depreciation_Entry_ID(int A_Depreciation_Entry_ID)
Set A_Depreciation_Entry_ID. |
void |
setA_Entry_Type(String A_Entry_Type)
Set A_Entry_Type. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document Type. |
void |
setC_Period_ID(int C_Period_ID)
Set Period. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDateDoc(Timestamp DateDoc)
Set Document Date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setGL_Category_ID(int GL_Category_ID)
Set GL Category. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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
public static final int C_PERIOD_ID_AD_Reference_ID
public static final int POSTINGTYPE_AD_Reference_ID
public static final String POSTINGTYPE_Actual
public static final String POSTINGTYPE_Budget
public static final String POSTINGTYPE_Commitment
public static final String POSTINGTYPE_Statistical
public static final String POSTINGTYPE_Reservation
| Constructor Detail |
|---|
public X_A_Depreciation_Entry(Properties ctx,
int A_Depreciation_Entry_ID,
String trxName)
public X_A_Depreciation_Entry(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_Depreciation_Entry_ID(int A_Depreciation_Entry_ID)
setA_Depreciation_Entry_ID in interface I_A_Depreciation_EntryA_Depreciation_Entry_ID - A_Depreciation_Entry_IDpublic int getA_Depreciation_Entry_ID()
getA_Depreciation_Entry_ID in interface I_A_Depreciation_Entrypublic KeyNamePair getKeyNamePair()
public void setA_Entry_Type(String A_Entry_Type)
setA_Entry_Type in interface I_A_Depreciation_EntryA_Entry_Type - A_Entry_Typepublic String getA_Entry_Type()
getA_Entry_Type in interface I_A_Depreciation_Entry
public I_C_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_A_Depreciation_EntryExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_A_Depreciation_EntryC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_A_Depreciation_Entry
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_A_Depreciation_EntryExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_A_Depreciation_EntryC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_A_Depreciation_Entry
public I_C_DocType getC_DocType()
throws Exception
getC_DocType in interface I_A_Depreciation_EntryExceptionpublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_A_Depreciation_EntryC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_A_Depreciation_Entrypublic void setC_Period_ID(int C_Period_ID)
setC_Period_ID in interface I_A_Depreciation_EntryC_Period_ID - Period of the Calendarpublic int getC_Period_ID()
getC_Period_ID in interface I_A_Depreciation_Entrypublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_A_Depreciation_EntryDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_A_Depreciation_Entrypublic void setDateDoc(Timestamp DateDoc)
setDateDoc in interface I_A_Depreciation_EntryDateDoc - Date of the Documentpublic Timestamp getDateDoc()
getDateDoc in interface I_A_Depreciation_Entrypublic void setDescription(String Description)
setDescription in interface I_A_Depreciation_EntryDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_A_Depreciation_Entrypublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_A_Depreciation_EntryDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_A_Depreciation_Entry
public I_GL_Category getGL_Category()
throws Exception
getGL_Category in interface I_A_Depreciation_EntryExceptionpublic void setGL_Category_ID(int GL_Category_ID)
setGL_Category_ID in interface I_A_Depreciation_EntryGL_Category_ID - General Ledger Categorypublic int getGL_Category_ID()
getGL_Category_ID in interface I_A_Depreciation_Entrypublic void setPostingType(String PostingType)
setPostingType in interface I_A_Depreciation_EntryPostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_A_Depreciation_Entrypublic void setProcessed(boolean Processed)
setProcessed in interface I_A_Depreciation_EntryProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_A_Depreciation_Entrypublic void setProcessing(boolean Processing)
setProcessing in interface I_A_Depreciation_EntryProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_A_Depreciation_Entry
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||