|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_S_ExpenseType
org.compiere.model.MExpenseType
public class MExpenseType
Expense Type Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_S_ExpenseType |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MExpenseType(Ctx ctx,
int S_ExpenseType_ID,
String trxName)
Default Constructor |
|
MExpenseType(Ctx ctx,
ResultSet rs,
String trxName)
MExpenseType |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
beforeSave |
MProduct |
getProduct()
Get Product |
| Methods inherited from class org.compiere.model.X_S_ExpenseType |
|---|
get_AccessLevel, getC_TaxCategory_ID, getC_UOM_ID, getDescription, getKeyNamePair, getM_Product_Category_ID, getName, getS_ExpenseType_ID, getValue, initPO, isInvoiced, setC_TaxCategory_ID, setC_UOM_ID, setDescription, setIsInvoiced, setM_Product_Category_ID, setName, setS_ExpenseType_ID, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MExpenseType(Ctx ctx,
int S_ExpenseType_ID,
String trxName)
ctx - contextS_ExpenseType_ID - idtrxName - transaction
public MExpenseType(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MProduct getProduct()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord -
org.compiere.model.PO#beforeSave(boolean)
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||