|
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_TimeExpenseLine
org.compiere.model.MTimeExpenseLine
public class MTimeExpenseLine
Time + Expense Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_S_TimeExpenseLine |
|---|
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 | |
|---|---|
MTimeExpenseLine(Ctx ctx,
int S_TimeExpenseLine_ID,
String trxName)
Standard Constructor |
|
MTimeExpenseLine(Ctx 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 |
void |
setC_Currency_ID(String oldC_Currency_ID,
String newC_Currency_ID,
int windowNo)
Set Currency - Callout |
protected void |
setC_Currency_Report_ID(int C_Currency_ID)
Set C_Currency_ID of Report (Price List) |
void |
setExpenseAmt(String oldExpenseAmt,
String newExpenseAmt,
int windowNo)
Set ExpenseAmt - Callout |
void |
setM_Product_ID(String oldM_Product_ID,
String newM_Product_ID,
int windowNo)
Set Product - Callout |
void |
setS_ResourceAssignment_ID(String oldS_ResourceAssignment_ID,
String newS_ResourceAssignment_ID,
int windowNo)
Set Resource Assignment - Callout |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MTimeExpenseLine(Ctx ctx,
int S_TimeExpenseLine_ID,
String trxName)
ctx - contextS_TimeExpenseLine_ID - idtrxName - transaction
public MTimeExpenseLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public BigDecimal getQtyInvoiced()
getQtyInvoiced in class X_S_TimeExpenseLinepublic BigDecimal getQtyReimbursed()
getQtyReimbursed in class X_S_TimeExpenseLinepublic BigDecimal getPriceInvoiced()
getPriceInvoiced in class X_S_TimeExpenseLinepublic BigDecimal getPriceReimbursed()
getPriceReimbursed 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 - currency
@UICallout
public void setS_ResourceAssignment_ID(String oldS_ResourceAssignment_ID,
String newS_ResourceAssignment_ID,
int windowNo)
throws Exception
oldS_ResourceAssignment_ID - old valuenewS_ResourceAssignment_ID - new valuewindowNo - window
Exception
@UICallout
public void setM_Product_ID(String oldM_Product_ID,
String newM_Product_ID,
int windowNo)
throws Exception
oldM_Product_ID - old valuenewM_Product_ID - new valuewindowNo - window
Exception
@UICallout
public void setC_Currency_ID(String oldC_Currency_ID,
String newC_Currency_ID,
int windowNo)
throws Exception
oldC_Currency_ID - old valuenewC_Currency_ID - new valuewindowNo - window
Exception
@UICallout
public void setExpenseAmt(String oldExpenseAmt,
String newExpenseAmt,
int windowNo)
throws Exception
oldExpenseAmt - old valuenewExpenseAmt - new valuewindowNo - window
Exceptionprotected 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
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||