Interface I_S_TimeExpenseLine

All Known Implementing Classes:
MTimeExpenseLine, X_S_TimeExpenseLine

public interface I_S_TimeExpenseLine
Generated Interface for S_TimeExpenseLine
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • setC_Activity_ID

      void setC_Activity_ID(int C_Activity_ID)
      Set Activity. Business Activity
    • getC_Activity_ID

      int getC_Activity_ID()
      Get Activity. Business Activity
    • getC_Activity

      I_C_Activity getC_Activity() throws RuntimeException
      Throws:
      RuntimeException
    • setC_BPartner_ID

      void setC_BPartner_ID(int C_BPartner_ID)
      Set Business Partner. Identifies a Business Partner
    • getC_BPartner_ID

      int getC_BPartner_ID()
      Get Business Partner. Identifies a Business Partner
    • getC_BPartner

      I_C_BPartner getC_BPartner() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Campaign_ID

      void setC_Campaign_ID(int C_Campaign_ID)
      Set Campaign. Marketing Campaign
    • getC_Campaign_ID

      int getC_Campaign_ID()
      Get Campaign. Marketing Campaign
    • getC_Campaign

      I_C_Campaign getC_Campaign() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Currency_ID

      void setC_Currency_ID(int C_Currency_ID)
      Set Currency. The Currency for this record
    • getC_Currency_ID

      int getC_Currency_ID()
      Get Currency. The Currency for this record
    • getC_Currency

      I_C_Currency getC_Currency() throws RuntimeException
      Throws:
      RuntimeException
    • setC_InvoiceLine_ID

      void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
      Set Invoice Line. Invoice Detail Line
    • getC_InvoiceLine_ID

      int getC_InvoiceLine_ID()
      Get Invoice Line. Invoice Detail Line
    • getC_InvoiceLine

      I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
      Throws:
      RuntimeException
    • setConvertedAmt

      void setConvertedAmt(BigDecimal ConvertedAmt)
      Set Converted Amount. Converted Amount
    • getConvertedAmt

      BigDecimal getConvertedAmt()
      Get Converted Amount. Converted Amount
    • setC_OrderLine_ID

      void setC_OrderLine_ID(int C_OrderLine_ID)
      Set Sales Order Line. Sales Order Line
    • getC_OrderLine_ID

      int getC_OrderLine_ID()
      Get Sales Order Line. Sales Order Line
    • getC_OrderLine

      I_C_OrderLine getC_OrderLine() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Project_ID

      void setC_Project_ID(int C_Project_ID)
      Set Project. Financial Project
    • getC_Project_ID

      int getC_Project_ID()
      Get Project. Financial Project
    • getC_Project

      I_C_Project getC_Project() throws RuntimeException
      Throws:
      RuntimeException
    • setC_ProjectPhase_ID

      void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
      Set Project Phase. Phase of a Project
    • getC_ProjectPhase_ID

      int getC_ProjectPhase_ID()
      Get Project Phase. Phase of a Project
    • getC_ProjectPhase

      I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException
      Throws:
      RuntimeException
    • setC_ProjectTask_ID

      void setC_ProjectTask_ID(int C_ProjectTask_ID)
      Set Project Task. Actual Project Task in a Phase
    • getC_ProjectTask_ID

      int getC_ProjectTask_ID()
      Get Project Task. Actual Project Task in a Phase
    • getC_ProjectTask

      I_C_ProjectTask getC_ProjectTask() throws RuntimeException
      Throws:
      RuntimeException
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setC_UOM_ID

      void setC_UOM_ID(int C_UOM_ID)
      Set UOM. Unit of Measure
    • getC_UOM_ID

      int getC_UOM_ID()
      Get UOM. Unit of Measure
    • getC_UOM

      I_C_UOM getC_UOM() throws RuntimeException
      Throws:
      RuntimeException
    • setDateExpense

      void setDateExpense(Timestamp DateExpense)
      Set Expense Date. Date of expense
    • getDateExpense

      Timestamp getDateExpense()
      Get Expense Date. Date of expense
    • setDescription

      void setDescription(String Description)
      Set Description. Optional short description of the record
    • getDescription

      String getDescription()
      Get Description. Optional short description of the record
    • setExpenseAmt

      void setExpenseAmt(BigDecimal ExpenseAmt)
      Set Expense Amount. Amount for this expense
    • getExpenseAmt

      BigDecimal getExpenseAmt()
      Get Expense Amount. Amount for this expense
    • setInvoicePrice

      void setInvoicePrice(BigDecimal InvoicePrice)
      Set Invoice Price. Unit price to be invoiced or 0 for default price
    • getInvoicePrice

      BigDecimal getInvoicePrice()
      Get Invoice Price. Unit price to be invoiced or 0 for default price
    • setIsActive

      void setIsActive(boolean IsActive)
      Set Active. The record is active in the system
    • isActive

      boolean isActive()
      Get Active. The record is active in the system
    • setIsInvoiced

      void setIsInvoiced(boolean IsInvoiced)
      Set Invoiced. Is this invoiced?
    • isInvoiced

      boolean isInvoiced()
      Get Invoiced. Is this invoiced?
    • setIsTimeReport

      void setIsTimeReport(boolean IsTimeReport)
      Set Time Report. Line is a time report only (no expense)
    • isTimeReport

      boolean isTimeReport()
      Get Time Report. Line is a time report only (no expense)
    • setLine

      void setLine(int Line)
      Set Line No. Unique line for this document
    • getLine

      int getLine()
      Get Line No. Unique line for this document
    • setLineNetAmt

      void setLineNetAmt(BigDecimal LineNetAmt)
      Set Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges
    • getLineNetAmt

      BigDecimal getLineNetAmt()
      Get Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges
    • setM_Product_ID

      void setM_Product_ID(int M_Product_ID)
      Set Product. Product, Service, Item
    • getM_Product_ID

      int getM_Product_ID()
      Get Product. Product, Service, Item
    • getM_Product

      I_M_Product getM_Product() throws RuntimeException
      Throws:
      RuntimeException
    • setNote

      void setNote(String Note)
      Set Note. Optional additional user defined information
    • getNote

      String getNote()
      Get Note. Optional additional user defined information
    • setPriceInvoiced

      void setPriceInvoiced(BigDecimal PriceInvoiced)
      Set Price Invoiced. The priced invoiced to the customer (in the currency of the customer' s AR price list) - 0 for default price
    • getPriceInvoiced

      BigDecimal getPriceInvoiced()
      Get Price Invoiced. The priced invoiced to the customer (in the currency of the customer' s AR price list) - 0 for default price
    • setPriceReimbursed

      void setPriceReimbursed(BigDecimal PriceReimbursed)
      Set Price Reimbursed. The reimbursed price (in currency of the employee' s AP price list)
    • getPriceReimbursed

      BigDecimal getPriceReimbursed()
      Get Price Reimbursed. The reimbursed price (in currency of the employee' s AP price list)
    • setProcessed

      void setProcessed(boolean Processed)
      Set Processed. The document has been processed
    • isProcessed

      boolean isProcessed()
      Get Processed. The document has been processed
    • setQty

      void setQty(BigDecimal Qty)
      Set Quantity. Quantity
    • getQty

      BigDecimal getQty()
      Get Quantity. Quantity
    • setQtyInvoiced

      void setQtyInvoiced(BigDecimal QtyInvoiced)
      Set Quantity Invoiced. Invoiced Quantity
    • getQtyInvoiced

      BigDecimal getQtyInvoiced()
      Get Quantity Invoiced. Invoiced Quantity
    • setQtyReimbursed

      void setQtyReimbursed(BigDecimal QtyReimbursed)
      Set Quantity Reimbursed. The reimbursed quantity
    • getQtyReimbursed

      BigDecimal getQtyReimbursed()
      Get Quantity Reimbursed. The reimbursed quantity
    • setS_ResourceAssignment_ID

      void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
      Set Resource Assignment. Resource Assignment
    • getS_ResourceAssignment_ID

      int getS_ResourceAssignment_ID()
      Get Resource Assignment. Resource Assignment
    • setS_TimeExpense_ID

      void setS_TimeExpense_ID(int S_TimeExpense_ID)
      Set Expense Report. Time and Expense Report
    • getS_TimeExpense_ID

      int getS_TimeExpense_ID()
      Get Expense Report. Time and Expense Report
    • getS_TimeExpense

      I_S_TimeExpense getS_TimeExpense() throws RuntimeException
      Throws:
      RuntimeException
    • setS_TimeExpenseLine_ID

      void setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
      Set Expense Line. Time and Expense Report Line
    • getS_TimeExpenseLine_ID

      int getS_TimeExpenseLine_ID()
      Get Expense Line. Time and Expense Report Line
    • setS_TimeExpenseLine_UU

      void setS_TimeExpenseLine_UU(String S_TimeExpenseLine_UU)
      Set S_TimeExpenseLine_UU
    • getS_TimeExpenseLine_UU

      String getS_TimeExpenseLine_UU()
      Get S_TimeExpenseLine_UU
    • setS_TimeType_ID

      void setS_TimeType_ID(int S_TimeType_ID)
      Set Time Type. Type of time recorded
    • getS_TimeType_ID

      int getS_TimeType_ID()
      Get Time Type. Type of time recorded
    • getS_TimeType

      I_S_TimeType getS_TimeType() throws RuntimeException
      Throws:
      RuntimeException
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records