Package org.compiere.model
Class X_S_TimeExpenseLine
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_S_TimeExpenseLine
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_Persistent,I_S_TimeExpenseLine,Evaluatee
- Direct Known Subclasses:
MTimeExpenseLine
public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Persistent
Generated Model for S_TimeExpenseLine- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
-
Fields inherited from interface org.compiere.model.I_S_TimeExpenseLine
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_C_OrderLine_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_ProjectPhase_ID, COLUMNNAME_C_ProjectTask_ID, COLUMNNAME_C_UOM_ID, COLUMNNAME_ConvertedAmt, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_DateExpense, COLUMNNAME_Description, COLUMNNAME_ExpenseAmt, COLUMNNAME_InvoicePrice, COLUMNNAME_IsActive, COLUMNNAME_IsInvoiced, COLUMNNAME_IsTimeReport, COLUMNNAME_Line, COLUMNNAME_M_Product_ID, COLUMNNAME_Note, COLUMNNAME_PriceInvoiced, COLUMNNAME_PriceReimbursed, COLUMNNAME_Processed, COLUMNNAME_Qty, COLUMNNAME_QtyInvoiced, COLUMNNAME_QtyReimbursed, COLUMNNAME_S_ResourceAssignment_ID, COLUMNNAME_S_TimeExpense_ID, COLUMNNAME_S_TimeExpenseLine_ID, COLUMNNAME_S_TimeExpenseLine_UU, COLUMNNAME_S_TimeType_ID, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_S_TimeExpenseLine(Properties ctx, int S_TimeExpenseLine_ID, String trxName)Standard ConstructorX_S_TimeExpenseLine(Properties ctx, ResultSet rs, String trxName)Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intget_AccessLevel()AccessLevelI_C_ActivitygetC_Activity()intgetC_Activity_ID()Get Activity.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_CampaigngetC_Campaign()intgetC_Campaign_ID()Get Campaign.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_InvoiceLinegetC_InvoiceLine()intgetC_InvoiceLine_ID()Get Invoice Line.I_C_OrderLinegetC_OrderLine()intgetC_OrderLine_ID()Get Sales Order Line.I_C_ProjectgetC_Project()intgetC_Project_ID()Get Project.I_C_ProjectPhasegetC_ProjectPhase()intgetC_ProjectPhase_ID()Get Project Phase.I_C_ProjectTaskgetC_ProjectTask()intgetC_ProjectTask_ID()Get Project Task.I_C_UOMgetC_UOM()intgetC_UOM_ID()Get UOM.BigDecimalgetConvertedAmt()Get Converted Amount.TimestampgetDateExpense()Get Expense Date.StringgetDescription()Get Description.BigDecimalgetExpenseAmt()Get Expense Amount.BigDecimalgetInvoicePrice()Get Invoice Price.KeyNamePairgetKeyNamePair()Get Record ID/ColumnNameintgetLine()Get Line No.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetNote()Get Note.BigDecimalgetPriceInvoiced()Get Price Invoiced.BigDecimalgetPriceReimbursed()Get Price Reimbursed.BigDecimalgetQty()Get Quantity.BigDecimalgetQtyInvoiced()Get Quantity Invoiced.BigDecimalgetQtyReimbursed()Get Quantity Reimbursed.intgetS_ResourceAssignment_ID()Get Resource Assignment.I_S_TimeExpensegetS_TimeExpense()intgetS_TimeExpense_ID()Get Expense Report.intgetS_TimeExpenseLine_ID()Get Expense Line.StringgetS_TimeExpenseLine_UU()Get S_TimeExpenseLine_UU.I_S_TimeTypegetS_TimeType()intgetS_TimeType_ID()Get Time Type.protected POInfoinitPO(Properties ctx)Load Meta DatabooleanisInvoiced()Get Invoiced.booleanisProcessed()Get Processed.booleanisTimeReport()Get Time Report.voidsetC_Activity_ID(int C_Activity_ID)Set Activity.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_Campaign_ID(int C_Campaign_ID)Set Campaign.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_InvoiceLine_ID(int C_InvoiceLine_ID)Set Invoice Line.voidsetC_OrderLine_ID(int C_OrderLine_ID)Set Sales Order Line.voidsetC_Project_ID(int C_Project_ID)Set Project.voidsetC_ProjectPhase_ID(int C_ProjectPhase_ID)Set Project Phase.voidsetC_ProjectTask_ID(int C_ProjectTask_ID)Set Project Task.voidsetC_UOM_ID(int C_UOM_ID)Set UOM.voidsetConvertedAmt(BigDecimal ConvertedAmt)Set Converted Amount.voidsetDateExpense(Timestamp DateExpense)Set Expense Date.voidsetDescription(String Description)Set Description.voidsetExpenseAmt(BigDecimal ExpenseAmt)Set Expense Amount.voidsetInvoicePrice(BigDecimal InvoicePrice)Set Invoice Price.voidsetIsInvoiced(boolean IsInvoiced)Set Invoiced.voidsetIsTimeReport(boolean IsTimeReport)Set Time Report.voidsetLine(int Line)Set Line No.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetNote(String Note)Set Note.voidsetPriceInvoiced(BigDecimal PriceInvoiced)Set Price Invoiced.voidsetPriceReimbursed(BigDecimal PriceReimbursed)Set Price Reimbursed.voidsetProcessed(boolean Processed)Set Processed.voidsetQty(BigDecimal Qty)Set Quantity.voidsetQtyInvoiced(BigDecimal QtyInvoiced)Set Quantity Invoiced.voidsetQtyReimbursed(BigDecimal QtyReimbursed)Set Quantity Reimbursed.voidsetS_ResourceAssignment_ID(int S_ResourceAssignment_ID)Set Resource Assignment.voidsetS_TimeExpense_ID(int S_TimeExpense_ID)Set Expense Report.voidsetS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)Set Expense Line.voidsetS_TimeExpenseLine_UU(String S_TimeExpenseLine_UU)Set S_TimeExpenseLine_UU.voidsetS_TimeType_ID(int S_TimeType_ID)Set Time Type.StringtoString()String representation-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock, update_Tree, validForeignKeys
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Methods inherited from interface org.compiere.model.I_S_TimeExpenseLine
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
-
-
-
Constructor Detail
-
X_S_TimeExpenseLine
public X_S_TimeExpenseLine(Properties ctx, int S_TimeExpenseLine_ID, String trxName)
Standard Constructor
-
X_S_TimeExpenseLine
public X_S_TimeExpenseLine(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 1 - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
getC_Activity
public I_C_Activity getC_Activity() throws RuntimeException
- Specified by:
getC_Activityin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_Activity_ID
public void setC_Activity_ID(int C_Activity_ID)
Set Activity.- Specified by:
setC_Activity_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_Activity_ID- Business Activity
-
getC_Activity_ID
public int getC_Activity_ID()
Get Activity.- Specified by:
getC_Activity_IDin interfaceI_S_TimeExpenseLine- Returns:
- Business Activity
-
getC_BPartner
public I_C_BPartner getC_BPartner() throws RuntimeException
- Specified by:
getC_BPartnerin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_BPartner_ID
public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.- Specified by:
setC_BPartner_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_BPartner_ID- Identifies a Business Partner
-
getC_BPartner_ID
public int getC_BPartner_ID()
Get Business Partner.- Specified by:
getC_BPartner_IDin interfaceI_S_TimeExpenseLine- Returns:
- Identifies a Business Partner
-
getC_Campaign
public I_C_Campaign getC_Campaign() throws RuntimeException
- Specified by:
getC_Campaignin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_Campaign_ID
public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.- Specified by:
setC_Campaign_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_Campaign_ID- Marketing Campaign
-
getC_Campaign_ID
public int getC_Campaign_ID()
Get Campaign.- Specified by:
getC_Campaign_IDin interfaceI_S_TimeExpenseLine- Returns:
- Marketing Campaign
-
getC_Currency
public I_C_Currency getC_Currency() throws RuntimeException
- Specified by:
getC_Currencyin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID)
Set Currency.- Specified by:
setC_Currency_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_Currency_ID- The Currency for this record
-
getC_Currency_ID
public int getC_Currency_ID()
Get Currency.- Specified by:
getC_Currency_IDin interfaceI_S_TimeExpenseLine- Returns:
- The Currency for this record
-
getC_InvoiceLine
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
- Specified by:
getC_InvoiceLinein interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_InvoiceLine_ID
public void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line.- Specified by:
setC_InvoiceLine_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_InvoiceLine_ID- Invoice Detail Line
-
getC_InvoiceLine_ID
public int getC_InvoiceLine_ID()
Get Invoice Line.- Specified by:
getC_InvoiceLine_IDin interfaceI_S_TimeExpenseLine- Returns:
- Invoice Detail Line
-
setConvertedAmt
public void setConvertedAmt(BigDecimal ConvertedAmt)
Set Converted Amount.- Specified by:
setConvertedAmtin interfaceI_S_TimeExpenseLine- Parameters:
ConvertedAmt- Converted Amount
-
getConvertedAmt
public BigDecimal getConvertedAmt()
Get Converted Amount.- Specified by:
getConvertedAmtin interfaceI_S_TimeExpenseLine- Returns:
- Converted Amount
-
getC_OrderLine
public I_C_OrderLine getC_OrderLine() throws RuntimeException
- Specified by:
getC_OrderLinein interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_OrderLine_ID
public void setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line.- Specified by:
setC_OrderLine_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_OrderLine_ID- Sales Order Line
-
getC_OrderLine_ID
public int getC_OrderLine_ID()
Get Sales Order Line.- Specified by:
getC_OrderLine_IDin interfaceI_S_TimeExpenseLine- Returns:
- Sales Order Line
-
getC_Project
public I_C_Project getC_Project() throws RuntimeException
- Specified by:
getC_Projectin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_Project_ID
public void setC_Project_ID(int C_Project_ID)
Set Project.- Specified by:
setC_Project_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_Project_ID- Financial Project
-
getC_Project_ID
public int getC_Project_ID()
Get Project.- Specified by:
getC_Project_IDin interfaceI_S_TimeExpenseLine- Returns:
- Financial Project
-
getC_ProjectPhase
public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException
- Specified by:
getC_ProjectPhasein interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_ProjectPhase_ID
public void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase.- Specified by:
setC_ProjectPhase_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_ProjectPhase_ID- Phase of a Project
-
getC_ProjectPhase_ID
public int getC_ProjectPhase_ID()
Get Project Phase.- Specified by:
getC_ProjectPhase_IDin interfaceI_S_TimeExpenseLine- Returns:
- Phase of a Project
-
getC_ProjectTask
public I_C_ProjectTask getC_ProjectTask() throws RuntimeException
- Specified by:
getC_ProjectTaskin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_ProjectTask_ID
public void setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task.- Specified by:
setC_ProjectTask_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_ProjectTask_ID- Actual Project Task in a Phase
-
getC_ProjectTask_ID
public int getC_ProjectTask_ID()
Get Project Task.- Specified by:
getC_ProjectTask_IDin interfaceI_S_TimeExpenseLine- Returns:
- Actual Project Task in a Phase
-
getC_UOM
public I_C_UOM getC_UOM() throws RuntimeException
- Specified by:
getC_UOMin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setC_UOM_ID
public void setC_UOM_ID(int C_UOM_ID)
Set UOM.- Specified by:
setC_UOM_IDin interfaceI_S_TimeExpenseLine- Parameters:
C_UOM_ID- Unit of Measure
-
getC_UOM_ID
public int getC_UOM_ID()
Get UOM.- Specified by:
getC_UOM_IDin interfaceI_S_TimeExpenseLine- Returns:
- Unit of Measure
-
setDateExpense
public void setDateExpense(Timestamp DateExpense)
Set Expense Date.- Specified by:
setDateExpensein interfaceI_S_TimeExpenseLine- Parameters:
DateExpense- Date of expense
-
getDateExpense
public Timestamp getDateExpense()
Get Expense Date.- Specified by:
getDateExpensein interfaceI_S_TimeExpenseLine- Returns:
- Date of expense
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescriptionin interfaceI_S_TimeExpenseLine- Parameters:
Description- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescriptionin interfaceI_S_TimeExpenseLine- Returns:
- Optional short description of the record
-
setExpenseAmt
public void setExpenseAmt(BigDecimal ExpenseAmt)
Set Expense Amount.- Specified by:
setExpenseAmtin interfaceI_S_TimeExpenseLine- Parameters:
ExpenseAmt- Amount for this expense
-
getExpenseAmt
public BigDecimal getExpenseAmt()
Get Expense Amount.- Specified by:
getExpenseAmtin interfaceI_S_TimeExpenseLine- Returns:
- Amount for this expense
-
setInvoicePrice
public void setInvoicePrice(BigDecimal InvoicePrice)
Set Invoice Price.- Specified by:
setInvoicePricein interfaceI_S_TimeExpenseLine- Parameters:
InvoicePrice- Unit price to be invoiced or 0 for default price
-
getInvoicePrice
public BigDecimal getInvoicePrice()
Get Invoice Price.- Specified by:
getInvoicePricein interfaceI_S_TimeExpenseLine- Returns:
- Unit price to be invoiced or 0 for default price
-
setIsInvoiced
public void setIsInvoiced(boolean IsInvoiced)
Set Invoiced.- Specified by:
setIsInvoicedin interfaceI_S_TimeExpenseLine- Parameters:
IsInvoiced- Is this invoiced?
-
isInvoiced
public boolean isInvoiced()
Get Invoiced.- Specified by:
isInvoicedin interfaceI_S_TimeExpenseLine- Returns:
- Is this invoiced?
-
setIsTimeReport
public void setIsTimeReport(boolean IsTimeReport)
Set Time Report.- Specified by:
setIsTimeReportin interfaceI_S_TimeExpenseLine- Parameters:
IsTimeReport- Line is a time report only (no expense)
-
isTimeReport
public boolean isTimeReport()
Get Time Report.- Specified by:
isTimeReportin interfaceI_S_TimeExpenseLine- Returns:
- Line is a time report only (no expense)
-
setLine
public void setLine(int Line)
Set Line No.- Specified by:
setLinein interfaceI_S_TimeExpenseLine- Parameters:
Line- Unique line for this document
-
getLine
public int getLine()
Get Line No.- Specified by:
getLinein interfaceI_S_TimeExpenseLine- Returns:
- Unique line for this document
-
getKeyNamePair
public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
getM_Product
public I_M_Product getM_Product() throws RuntimeException
- Specified by:
getM_Productin interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setM_Product_ID
public void setM_Product_ID(int M_Product_ID)
Set Product.- Specified by:
setM_Product_IDin interfaceI_S_TimeExpenseLine- Parameters:
M_Product_ID- Product, Service, Item
-
getM_Product_ID
public int getM_Product_ID()
Get Product.- Specified by:
getM_Product_IDin interfaceI_S_TimeExpenseLine- Returns:
- Product, Service, Item
-
setNote
public void setNote(String Note)
Set Note.- Specified by:
setNotein interfaceI_S_TimeExpenseLine- Parameters:
Note- Optional additional user defined information
-
getNote
public String getNote()
Get Note.- Specified by:
getNotein interfaceI_S_TimeExpenseLine- Returns:
- Optional additional user defined information
-
setPriceInvoiced
public void setPriceInvoiced(BigDecimal PriceInvoiced)
Set Price Invoiced.- Specified by:
setPriceInvoicedin interfaceI_S_TimeExpenseLine- Parameters:
PriceInvoiced- The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price
-
getPriceInvoiced
public BigDecimal getPriceInvoiced()
Get Price Invoiced.- Specified by:
getPriceInvoicedin interfaceI_S_TimeExpenseLine- Returns:
- The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price
-
setPriceReimbursed
public void setPriceReimbursed(BigDecimal PriceReimbursed)
Set Price Reimbursed.- Specified by:
setPriceReimbursedin interfaceI_S_TimeExpenseLine- Parameters:
PriceReimbursed- The reimbursed price (in currency of the employee's AP price list)
-
getPriceReimbursed
public BigDecimal getPriceReimbursed()
Get Price Reimbursed.- Specified by:
getPriceReimbursedin interfaceI_S_TimeExpenseLine- Returns:
- The reimbursed price (in currency of the employee's AP price list)
-
setProcessed
public void setProcessed(boolean Processed)
Set Processed.- Specified by:
setProcessedin interfaceI_S_TimeExpenseLine- Parameters:
Processed- The document has been processed
-
isProcessed
public boolean isProcessed()
Get Processed.- Specified by:
isProcessedin interfaceI_S_TimeExpenseLine- Returns:
- The document has been processed
-
setQty
public void setQty(BigDecimal Qty)
Set Quantity.- Specified by:
setQtyin interfaceI_S_TimeExpenseLine- Parameters:
Qty- Quantity
-
getQty
public BigDecimal getQty()
Get Quantity.- Specified by:
getQtyin interfaceI_S_TimeExpenseLine- Returns:
- Quantity
-
setQtyInvoiced
public void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced.- Specified by:
setQtyInvoicedin interfaceI_S_TimeExpenseLine- Parameters:
QtyInvoiced- Invoiced Quantity
-
getQtyInvoiced
public BigDecimal getQtyInvoiced()
Get Quantity Invoiced.- Specified by:
getQtyInvoicedin interfaceI_S_TimeExpenseLine- Returns:
- Invoiced Quantity
-
setQtyReimbursed
public void setQtyReimbursed(BigDecimal QtyReimbursed)
Set Quantity Reimbursed.- Specified by:
setQtyReimbursedin interfaceI_S_TimeExpenseLine- Parameters:
QtyReimbursed- The reimbursed quantity
-
getQtyReimbursed
public BigDecimal getQtyReimbursed()
Get Quantity Reimbursed.- Specified by:
getQtyReimbursedin interfaceI_S_TimeExpenseLine- Returns:
- The reimbursed quantity
-
setS_ResourceAssignment_ID
public void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment.- Specified by:
setS_ResourceAssignment_IDin interfaceI_S_TimeExpenseLine- Parameters:
S_ResourceAssignment_ID- Resource Assignment
-
getS_ResourceAssignment_ID
public int getS_ResourceAssignment_ID()
Get Resource Assignment.- Specified by:
getS_ResourceAssignment_IDin interfaceI_S_TimeExpenseLine- Returns:
- Resource Assignment
-
getS_TimeExpense
public I_S_TimeExpense getS_TimeExpense() throws RuntimeException
- Specified by:
getS_TimeExpensein interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setS_TimeExpense_ID
public void setS_TimeExpense_ID(int S_TimeExpense_ID)
Set Expense Report.- Specified by:
setS_TimeExpense_IDin interfaceI_S_TimeExpenseLine- Parameters:
S_TimeExpense_ID- Time and Expense Report
-
getS_TimeExpense_ID
public int getS_TimeExpense_ID()
Get Expense Report.- Specified by:
getS_TimeExpense_IDin interfaceI_S_TimeExpenseLine- Returns:
- Time and Expense Report
-
setS_TimeExpenseLine_ID
public void setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
Set Expense Line.- Specified by:
setS_TimeExpenseLine_IDin interfaceI_S_TimeExpenseLine- Parameters:
S_TimeExpenseLine_ID- Time and Expense Report Line
-
getS_TimeExpenseLine_ID
public int getS_TimeExpenseLine_ID()
Get Expense Line.- Specified by:
getS_TimeExpenseLine_IDin interfaceI_S_TimeExpenseLine- Returns:
- Time and Expense Report Line
-
setS_TimeExpenseLine_UU
public void setS_TimeExpenseLine_UU(String S_TimeExpenseLine_UU)
Set S_TimeExpenseLine_UU.- Specified by:
setS_TimeExpenseLine_UUin interfaceI_S_TimeExpenseLine- Parameters:
S_TimeExpenseLine_UU- S_TimeExpenseLine_UU
-
getS_TimeExpenseLine_UU
public String getS_TimeExpenseLine_UU()
Get S_TimeExpenseLine_UU.- Specified by:
getS_TimeExpenseLine_UUin interfaceI_S_TimeExpenseLine- Returns:
- S_TimeExpenseLine_UU
-
getS_TimeType
public I_S_TimeType getS_TimeType() throws RuntimeException
- Specified by:
getS_TimeTypein interfaceI_S_TimeExpenseLine- Throws:
RuntimeException
-
setS_TimeType_ID
public void setS_TimeType_ID(int S_TimeType_ID)
Set Time Type.- Specified by:
setS_TimeType_IDin interfaceI_S_TimeExpenseLine- Parameters:
S_TimeType_ID- Type of time recorded
-
getS_TimeType_ID
public int getS_TimeType_ID()
Get Time Type.- Specified by:
getS_TimeType_IDin interfaceI_S_TimeExpenseLine- Returns:
- Type of time recorded
-
-