|
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_S_ExpenseType
public class X_S_ExpenseType
Generated Model for S_ExpenseType
| 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_S_ExpenseType |
|---|
accessLevel, COLUMNNAME_C_TaxCategory_ID, COLUMNNAME_C_UOM_ID, COLUMNNAME_Description, COLUMNNAME_IsInvoiced, COLUMNNAME_M_Product_Category_ID, COLUMNNAME_Name, COLUMNNAME_S_ExpenseType_ID, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_S_ExpenseType(Properties ctx,
int S_ExpenseType_ID,
String trxName)
Standard Constructor |
|
X_S_ExpenseType(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_TaxCategory_ID()
Get Tax Category. |
I_C_TaxCategory |
getC_TaxCategory()
|
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_Category_ID()
Get Product Category. |
I_M_Product_Category |
getM_Product_Category()
|
String |
getName()
Get Name. |
int |
getS_ExpenseType_ID()
Get Expense Type. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isInvoiced()
Get Invoiced. |
void |
setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setDescription(String Description)
Set Description. |
void |
setIsInvoiced(boolean IsInvoiced)
Set Invoiced. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setName(String Name)
Set Name. |
void |
setS_ExpenseType_ID(int S_ExpenseType_ID)
Set Expense Type. |
void |
setValue(String Value)
Set Search Key. |
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_S_ExpenseType(Properties ctx,
int S_ExpenseType_ID,
String trxName)
public X_S_ExpenseType(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 PO
public I_C_TaxCategory getC_TaxCategory()
throws Exception
getC_TaxCategory in interface I_S_ExpenseTypeExceptionpublic void setC_TaxCategory_ID(int C_TaxCategory_ID)
setC_TaxCategory_ID in interface I_S_ExpenseTypeC_TaxCategory_ID - Tax Categorypublic int getC_TaxCategory_ID()
getC_TaxCategory_ID in interface I_S_ExpenseType
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_S_ExpenseTypeExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_S_ExpenseTypeC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_S_ExpenseTypepublic void setDescription(String Description)
setDescription in interface I_S_ExpenseTypeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_S_ExpenseTypepublic void setIsInvoiced(boolean IsInvoiced)
setIsInvoiced in interface I_S_ExpenseTypeIsInvoiced - Is this invoiced?public boolean isInvoiced()
isInvoiced in interface I_S_ExpenseType
public I_M_Product_Category getM_Product_Category()
throws Exception
getM_Product_Category in interface I_S_ExpenseTypeExceptionpublic void setM_Product_Category_ID(int M_Product_Category_ID)
setM_Product_Category_ID in interface I_S_ExpenseTypeM_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
getM_Product_Category_ID in interface I_S_ExpenseTypepublic void setName(String Name)
setName in interface I_S_ExpenseTypeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_S_ExpenseTypepublic KeyNamePair getKeyNamePair()
public void setS_ExpenseType_ID(int S_ExpenseType_ID)
setS_ExpenseType_ID in interface I_S_ExpenseTypeS_ExpenseType_ID - Expense report typepublic int getS_ExpenseType_ID()
getS_ExpenseType_ID in interface I_S_ExpenseTypepublic void setValue(String Value)
setValue in interface I_S_ExpenseTypeValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_S_ExpenseType
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||