|
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_TimeExpenseLine
org.compiere.model.MTimeExpenseLine
public class MTimeExpenseLine
Time + Expense Line Model
| 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 |
| Constructor Summary | |
|---|---|
MTimeExpenseLine(Properties ctx,
int S_TimeExpenseLine_ID,
String trxName)
Standard Constructor |
|
MTimeExpenseLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save. |
BigDecimal |
getApprovalAmt()
Get Approval Amt |
int |
getC_Currency_Report_ID()
Get C_Currency_ID of Report (Price List) |
BigDecimal |
getPriceInvoiced()
Get Price Invoiced |
BigDecimal |
getPriceReimbursed()
Get Price Reimbursed |
BigDecimal |
getQtyInvoiced()
Get Qty Invoiced |
BigDecimal |
getQtyReimbursed()
Get Qty Reimbursed |
protected void |
setC_Currency_Report_ID(int C_Currency_ID)
Set C_Currency_ID of Report (Price List) |
| 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 MTimeExpenseLine(Properties ctx,
int S_TimeExpenseLine_ID,
String trxName)
ctx - contextS_TimeExpenseLine_ID - idtrxName - transaction
public MTimeExpenseLine(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public BigDecimal getQtyInvoiced()
getQtyInvoiced in interface I_S_TimeExpenseLinegetQtyInvoiced in class X_S_TimeExpenseLinepublic BigDecimal getQtyReimbursed()
getQtyReimbursed in interface I_S_TimeExpenseLinegetQtyReimbursed in class X_S_TimeExpenseLinepublic BigDecimal getPriceInvoiced()
getPriceInvoiced in interface I_S_TimeExpenseLinegetPriceInvoiced in class X_S_TimeExpenseLinepublic BigDecimal getPriceReimbursed()
getPriceReimbursed in interface I_S_TimeExpenseLinegetPriceReimbursed in class X_S_TimeExpenseLinepublic BigDecimal getApprovalAmt()
public int getC_Currency_Report_ID()
protected void setC_Currency_Report_ID(int C_Currency_ID)
C_Currency_ID - currencyprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
protected boolean afterDelete(boolean success)
afterDelete in class POsuccess - success
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||