Interface I_C_CashLine

All Known Implementing Classes:
MCashLine, X_C_CashLine

public interface I_C_CashLine
Generated Interface for C_CashLine
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
    • setAmount

      void setAmount(BigDecimal Amount)
      Set Amount. Amount in a defined currency
    • getAmount

      BigDecimal getAmount()
      Get Amount. Amount in a defined currency
    • setCashType

      void setCashType(String CashType)
      Set Cash Type. Source of Cash
    • getCashType

      String getCashType()
      Get Cash Type. Source of Cash
    • setC_BankAccount_ID

      void setC_BankAccount_ID(int C_BankAccount_ID)
      Set Bank Account. Account at the Bank
    • getC_BankAccount_ID

      int getC_BankAccount_ID()
      Get Bank Account. Account at the Bank
    • getC_BankAccount

      I_C_BankAccount getC_BankAccount() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Cash_ID

      void setC_Cash_ID(int C_Cash_ID)
      Set Cash Journal. Cash Journal
    • getC_Cash_ID

      int getC_Cash_ID()
      Get Cash Journal. Cash Journal
    • getC_Cash

      I_C_Cash getC_Cash() throws RuntimeException
      Throws:
      RuntimeException
    • setC_CashLine_ID

      void setC_CashLine_ID(int C_CashLine_ID)
      Set Cash Journal Line. Cash Journal Line
    • getC_CashLine_ID

      int getC_CashLine_ID()
      Get Cash Journal Line. Cash Journal Line
    • setC_CashLine_UU

      void setC_CashLine_UU(String C_CashLine_UU)
      Set C_CashLine_UU
    • getC_CashLine_UU

      String getC_CashLine_UU()
      Get C_CashLine_UU
    • setC_Charge_ID

      void setC_Charge_ID(int C_Charge_ID)
      Set Charge. Additional document charges
    • getC_Charge_ID

      int getC_Charge_ID()
      Get Charge. Additional document charges
    • getC_Charge

      I_C_Charge getC_Charge() 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_Invoice_ID

      void setC_Invoice_ID(int C_Invoice_ID)
      Set Invoice. Invoice Identifier
    • getC_Invoice_ID

      int getC_Invoice_ID()
      Get Invoice. Invoice Identifier
    • getC_Invoice

      I_C_Invoice getC_Invoice() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Payment_ID

      void setC_Payment_ID(int C_Payment_ID)
      Set Payment. Payment identifier
    • getC_Payment_ID

      int getC_Payment_ID()
      Get Payment. Payment identifier
    • getC_Payment

      I_C_Payment getC_Payment() 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
    • setDescription

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

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

      void setDiscountAmt(BigDecimal DiscountAmt)
      Set Discount Amount. Calculated amount of discount
    • getDiscountAmt

      BigDecimal getDiscountAmt()
      Get Discount Amount. Calculated amount of discount
    • 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
    • setIsGenerated

      void setIsGenerated(boolean IsGenerated)
      Set Generated. This Line is generated
    • isGenerated

      boolean isGenerated()
      Get Generated. This Line is generated
    • setLine

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

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

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

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

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

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

      void setWriteOffAmt(BigDecimal WriteOffAmt)
      Set Write-off Amount. Amount to write-off
    • getWriteOffAmt

      BigDecimal getWriteOffAmt()
      Get Write-off Amount. Amount to write-off