|
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
public class X_S_TimeExpenseLine
Generated Model for S_TimeExpenseLine
| 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 | |
|---|---|
X_S_TimeExpenseLine(Properties ctx,
int S_TimeExpenseLine_ID,
String trxName)
Standard Constructor |
|
X_S_TimeExpenseLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Activity_ID()
Get Activity. |
I_C_Activity |
getC_Activity()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Campaign_ID()
Get Campaign. |
I_C_Campaign |
getC_Campaign()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
I_C_InvoiceLine |
getC_InvoiceLine()
|
int |
getC_OrderLine_ID()
Get Sales Order Line. |
I_C_OrderLine |
getC_OrderLine()
|
int |
getC_Project_ID()
Get Project. |
I_C_Project |
getC_Project()
|
int |
getC_ProjectPhase_ID()
Get Project Phase. |
I_C_ProjectPhase |
getC_ProjectPhase()
|
int |
getC_ProjectTask_ID()
Get Project Task. |
I_C_ProjectTask |
getC_ProjectTask()
|
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
BigDecimal |
getConvertedAmt()
Get Converted Amount. |
Timestamp |
getDateExpense()
Get Expense Date. |
String |
getDescription()
Get Description. |
BigDecimal |
getExpenseAmt()
Get Expense Amount. |
BigDecimal |
getInvoicePrice()
Get Invoice Price. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLine()
Get Line No. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getNote()
Get Note. |
BigDecimal |
getPriceInvoiced()
Get Price Invoiced. |
BigDecimal |
getPriceReimbursed()
Get Price Reimbursed. |
BigDecimal |
getQty()
Get Quantity. |
BigDecimal |
getQtyInvoiced()
Get Quantity Invoiced. |
BigDecimal |
getQtyReimbursed()
Get Quantity Reimbursed. |
int |
getS_ResourceAssignment_ID()
Get Resource Assignment. |
int |
getS_TimeExpense_ID()
Get Expense Report. |
I_S_TimeExpense |
getS_TimeExpense()
|
int |
getS_TimeExpenseLine_ID()
Get Expense Line. |
int |
getS_TimeType_ID()
Get Time Type. |
I_S_TimeType |
getS_TimeType()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isInvoiced()
Get Invoiced. |
boolean |
isProcessed()
Get Processed. |
boolean |
isTimeReport()
Get Time Report. |
void |
setC_Activity_ID(int C_Activity_ID)
Set Activity. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase. |
void |
setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setConvertedAmt(BigDecimal ConvertedAmt)
Set Converted Amount. |
void |
setDateExpense(Timestamp DateExpense)
Set Expense Date. |
void |
setDescription(String Description)
Set Description. |
void |
setExpenseAmt(BigDecimal ExpenseAmt)
Set Expense Amount. |
void |
setInvoicePrice(BigDecimal InvoicePrice)
Set Invoice Price. |
void |
setIsInvoiced(boolean IsInvoiced)
Set Invoiced. |
void |
setIsTimeReport(boolean IsTimeReport)
Set Time Report. |
void |
setLine(int Line)
Set Line No. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setNote(String Note)
Set Note. |
void |
setPriceInvoiced(BigDecimal PriceInvoiced)
Set Price Invoiced. |
void |
setPriceReimbursed(BigDecimal PriceReimbursed)
Set Price Reimbursed. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. |
void |
setQtyReimbursed(BigDecimal QtyReimbursed)
Set Quantity Reimbursed. |
void |
setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment. |
void |
setS_TimeExpense_ID(int S_TimeExpense_ID)
Set Expense Report. |
void |
setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
Set Expense Line. |
void |
setS_TimeType_ID(int S_TimeType_ID)
Set Time Type. |
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_TimeExpenseLine(Properties ctx,
int S_TimeExpenseLine_ID,
String trxName)
public X_S_TimeExpenseLine(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_Activity getC_Activity()
throws Exception
getC_Activity in interface I_S_TimeExpenseLineExceptionpublic void setC_Activity_ID(int C_Activity_ID)
setC_Activity_ID in interface I_S_TimeExpenseLineC_Activity_ID - Business Activitypublic int getC_Activity_ID()
getC_Activity_ID in interface I_S_TimeExpenseLine
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_S_TimeExpenseLineExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_S_TimeExpenseLineC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_S_TimeExpenseLine
public I_C_Campaign getC_Campaign()
throws Exception
getC_Campaign in interface I_S_TimeExpenseLineExceptionpublic void setC_Campaign_ID(int C_Campaign_ID)
setC_Campaign_ID in interface I_S_TimeExpenseLineC_Campaign_ID - Marketing Campaignpublic int getC_Campaign_ID()
getC_Campaign_ID in interface I_S_TimeExpenseLine
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_S_TimeExpenseLineExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_S_TimeExpenseLineC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_S_TimeExpenseLine
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_S_TimeExpenseLineExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_S_TimeExpenseLineC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_S_TimeExpenseLinepublic void setConvertedAmt(BigDecimal ConvertedAmt)
setConvertedAmt in interface I_S_TimeExpenseLineConvertedAmt - Converted Amountpublic BigDecimal getConvertedAmt()
getConvertedAmt in interface I_S_TimeExpenseLine
public I_C_OrderLine getC_OrderLine()
throws Exception
getC_OrderLine in interface I_S_TimeExpenseLineExceptionpublic void setC_OrderLine_ID(int C_OrderLine_ID)
setC_OrderLine_ID in interface I_S_TimeExpenseLineC_OrderLine_ID - Sales Order Linepublic int getC_OrderLine_ID()
getC_OrderLine_ID in interface I_S_TimeExpenseLine
public I_C_Project getC_Project()
throws Exception
getC_Project in interface I_S_TimeExpenseLineExceptionpublic void setC_Project_ID(int C_Project_ID)
setC_Project_ID in interface I_S_TimeExpenseLineC_Project_ID - Financial Projectpublic int getC_Project_ID()
getC_Project_ID in interface I_S_TimeExpenseLine
public I_C_ProjectPhase getC_ProjectPhase()
throws Exception
getC_ProjectPhase in interface I_S_TimeExpenseLineExceptionpublic void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
setC_ProjectPhase_ID in interface I_S_TimeExpenseLineC_ProjectPhase_ID - Phase of a Projectpublic int getC_ProjectPhase_ID()
getC_ProjectPhase_ID in interface I_S_TimeExpenseLine
public I_C_ProjectTask getC_ProjectTask()
throws Exception
getC_ProjectTask in interface I_S_TimeExpenseLineExceptionpublic void setC_ProjectTask_ID(int C_ProjectTask_ID)
setC_ProjectTask_ID in interface I_S_TimeExpenseLineC_ProjectTask_ID - Actual Project Task in a Phasepublic int getC_ProjectTask_ID()
getC_ProjectTask_ID in interface I_S_TimeExpenseLine
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_S_TimeExpenseLineExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_S_TimeExpenseLineC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_S_TimeExpenseLinepublic void setDateExpense(Timestamp DateExpense)
setDateExpense in interface I_S_TimeExpenseLineDateExpense - Date of expensepublic Timestamp getDateExpense()
getDateExpense in interface I_S_TimeExpenseLinepublic void setDescription(String Description)
setDescription in interface I_S_TimeExpenseLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_S_TimeExpenseLinepublic void setExpenseAmt(BigDecimal ExpenseAmt)
setExpenseAmt in interface I_S_TimeExpenseLineExpenseAmt - Amount for this expensepublic BigDecimal getExpenseAmt()
getExpenseAmt in interface I_S_TimeExpenseLinepublic void setInvoicePrice(BigDecimal InvoicePrice)
setInvoicePrice in interface I_S_TimeExpenseLineInvoicePrice - Unit price to be invoiced or 0 for default pricepublic BigDecimal getInvoicePrice()
getInvoicePrice in interface I_S_TimeExpenseLinepublic void setIsInvoiced(boolean IsInvoiced)
setIsInvoiced in interface I_S_TimeExpenseLineIsInvoiced - Is this invoiced?public boolean isInvoiced()
isInvoiced in interface I_S_TimeExpenseLinepublic void setIsTimeReport(boolean IsTimeReport)
setIsTimeReport in interface I_S_TimeExpenseLineIsTimeReport - Line is a time report only (no expense)public boolean isTimeReport()
isTimeReport in interface I_S_TimeExpenseLinepublic void setLine(int Line)
setLine in interface I_S_TimeExpenseLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_S_TimeExpenseLinepublic KeyNamePair getKeyNamePair()
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_S_TimeExpenseLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_S_TimeExpenseLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_S_TimeExpenseLinepublic void setNote(String Note)
setNote in interface I_S_TimeExpenseLineNote - Optional additional user defined informationpublic String getNote()
getNote in interface I_S_TimeExpenseLinepublic void setPriceInvoiced(BigDecimal PriceInvoiced)
setPriceInvoiced in interface I_S_TimeExpenseLinePriceInvoiced - The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default pricepublic BigDecimal getPriceInvoiced()
getPriceInvoiced in interface I_S_TimeExpenseLinepublic void setPriceReimbursed(BigDecimal PriceReimbursed)
setPriceReimbursed in interface I_S_TimeExpenseLinePriceReimbursed - The reimbursed price (in currency of the employee's AP price list)public BigDecimal getPriceReimbursed()
getPriceReimbursed in interface I_S_TimeExpenseLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_S_TimeExpenseLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_S_TimeExpenseLinepublic void setQty(BigDecimal Qty)
setQty in interface I_S_TimeExpenseLineQty - Quantitypublic BigDecimal getQty()
getQty in interface I_S_TimeExpenseLinepublic void setQtyInvoiced(BigDecimal QtyInvoiced)
setQtyInvoiced in interface I_S_TimeExpenseLineQtyInvoiced - Invoiced Quantitypublic BigDecimal getQtyInvoiced()
getQtyInvoiced in interface I_S_TimeExpenseLinepublic void setQtyReimbursed(BigDecimal QtyReimbursed)
setQtyReimbursed in interface I_S_TimeExpenseLineQtyReimbursed - The reimbursed quantitypublic BigDecimal getQtyReimbursed()
getQtyReimbursed in interface I_S_TimeExpenseLinepublic void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
setS_ResourceAssignment_ID in interface I_S_TimeExpenseLineS_ResourceAssignment_ID - Resource Assignmentpublic int getS_ResourceAssignment_ID()
getS_ResourceAssignment_ID in interface I_S_TimeExpenseLine
public I_S_TimeExpense getS_TimeExpense()
throws Exception
getS_TimeExpense in interface I_S_TimeExpenseLineExceptionpublic void setS_TimeExpense_ID(int S_TimeExpense_ID)
setS_TimeExpense_ID in interface I_S_TimeExpenseLineS_TimeExpense_ID - Time and Expense Reportpublic int getS_TimeExpense_ID()
getS_TimeExpense_ID in interface I_S_TimeExpenseLinepublic void setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
setS_TimeExpenseLine_ID in interface I_S_TimeExpenseLineS_TimeExpenseLine_ID - Time and Expense Report Linepublic int getS_TimeExpenseLine_ID()
getS_TimeExpenseLine_ID in interface I_S_TimeExpenseLine
public I_S_TimeType getS_TimeType()
throws Exception
getS_TimeType in interface I_S_TimeExpenseLineExceptionpublic void setS_TimeType_ID(int S_TimeType_ID)
setS_TimeType_ID in interface I_S_TimeExpenseLineS_TimeType_ID - Type of time recordedpublic int getS_TimeType_ID()
getS_TimeType_ID in interface I_S_TimeExpenseLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||