|
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_Asset_Use
public class X_A_Asset_Use
Generated Model for A_Asset_Use
| 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_Asset_Use |
|---|
accessLevel, COLUMNNAME_A_Asset_ID, COLUMNNAME_A_Asset_Use_ID, COLUMNNAME_Description, COLUMNNAME_UseDate, COLUMNNAME_UseUnits, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_A_Asset_Use(Properties ctx,
int A_Asset_Use_ID,
String trxName)
Standard Constructor |
|
X_A_Asset_Use(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getA_Asset_ID()
Get Asset. |
int |
getA_Asset_Use_ID()
Get A_Asset_Use_ID. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
Timestamp |
getUseDate()
Get UseDate. |
int |
getUseUnits()
Get Use units. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setA_Asset_ID(int A_Asset_ID)
Set Asset. |
void |
setA_Asset_Use_ID(int A_Asset_Use_ID)
Set A_Asset_Use_ID. |
void |
setDescription(String Description)
Set Description. |
void |
setUseDate(Timestamp UseDate)
Set UseDate. |
void |
setUseUnits(int UseUnits)
Set Use units. |
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_Asset_Use(Properties ctx,
int A_Asset_Use_ID,
String trxName)
public X_A_Asset_Use(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_Asset_ID(int A_Asset_ID)
setA_Asset_ID in interface I_A_Asset_UseA_Asset_ID - Asset used internally or by customerspublic int getA_Asset_ID()
getA_Asset_ID in interface I_A_Asset_Usepublic void setA_Asset_Use_ID(int A_Asset_Use_ID)
setA_Asset_Use_ID in interface I_A_Asset_UseA_Asset_Use_ID - A_Asset_Use_IDpublic int getA_Asset_Use_ID()
getA_Asset_Use_ID in interface I_A_Asset_Usepublic KeyNamePair getKeyNamePair()
public void setDescription(String Description)
setDescription in interface I_A_Asset_UseDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_A_Asset_Usepublic void setUseDate(Timestamp UseDate)
setUseDate in interface I_A_Asset_UseUseDate - UseDatepublic Timestamp getUseDate()
getUseDate in interface I_A_Asset_Usepublic void setUseUnits(int UseUnits)
setUseUnits in interface I_A_Asset_UseUseUnits - Currently used units of the assetspublic int getUseUnits()
getUseUnits in interface I_A_Asset_Use
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||