|
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
public class X_A_Depreciation
Generated Model for A_Depreciation
| Field Summary |
|---|
| 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 |
|---|
accessLevel, COLUMNNAME_A_Depreciation_ID, COLUMNNAME_DepreciationType, COLUMNNAME_Description, COLUMNNAME_Name, COLUMNNAME_Processed, COLUMNNAME_Text, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_A_Depreciation(Properties ctx,
int A_Depreciation_ID,
String trxName)
Standard Constructor |
|
X_A_Depreciation(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getA_Depreciation_ID()
Get A_Depreciation_ID. |
String |
getDepreciationType()
Get DepreciationType. |
String |
getDescription()
Get Description. |
String |
getName()
Get Name. |
String |
getText()
Get Text. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
void |
setA_Depreciation_ID(int A_Depreciation_ID)
Set A_Depreciation_ID. |
void |
setDepreciationType(String DepreciationType)
Set DepreciationType. |
void |
setDescription(String Description)
Set Description. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setText(String Text)
Set Text. |
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 |
| Constructor Detail |
|---|
public X_A_Depreciation(Properties ctx,
int A_Depreciation_ID,
String trxName)
public X_A_Depreciation(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_ID(int A_Depreciation_ID)
setA_Depreciation_ID in interface I_A_DepreciationA_Depreciation_ID - A_Depreciation_IDpublic int getA_Depreciation_ID()
getA_Depreciation_ID in interface I_A_Depreciationpublic void setDepreciationType(String DepreciationType)
setDepreciationType in interface I_A_DepreciationDepreciationType - DepreciationTypepublic String getDepreciationType()
getDepreciationType in interface I_A_Depreciationpublic void setDescription(String Description)
setDescription in interface I_A_DepreciationDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_A_Depreciationpublic void setName(String Name)
setName in interface I_A_DepreciationName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_A_Depreciationpublic void setProcessed(boolean Processed)
setProcessed in interface I_A_DepreciationProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_A_Depreciationpublic void setText(String Text)
setText in interface I_A_DepreciationText - Textpublic String getText()
getText in interface I_A_Depreciation
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||