Package org.compiere.model
Interface I_C_CashLine
-
- All Known Implementing Classes:
MCashLine,X_C_CashLine
public interface I_C_CashLineGenerated Interface for C_CashLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AmountColumn name Amountstatic StringCOLUMNNAME_C_BankAccount_IDColumn name C_BankAccount_IDstatic StringCOLUMNNAME_C_Cash_IDColumn name C_Cash_IDstatic StringCOLUMNNAME_C_CashLine_IDColumn name C_CashLine_IDstatic StringCOLUMNNAME_C_CashLine_UUColumn name C_CashLine_UUstatic StringCOLUMNNAME_C_Charge_IDColumn name C_Charge_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_Invoice_IDColumn name C_Invoice_IDstatic StringCOLUMNNAME_C_Payment_IDColumn name C_Payment_IDstatic StringCOLUMNNAME_CashTypeColumn name CashTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DiscountAmtColumn name DiscountAmtstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsGeneratedColumn name IsGeneratedstatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WriteOffAmtColumn name WriteOffAmtstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=410static StringTable_NameTableName=C_CashLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmount()Get Amount.I_C_BankAccountgetC_BankAccount()intgetC_BankAccount_ID()Get Bank Account.I_C_CashgetC_Cash()intgetC_Cash_ID()Get Cash Journal.intgetC_CashLine_ID()Get Cash Journal Line.StringgetC_CashLine_UU()Get C_CashLine_UUI_C_ChargegetC_Charge()intgetC_Charge_ID()Get Charge.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_InvoicegetC_Invoice()intgetC_Invoice_ID()Get Invoice.I_C_PaymentgetC_Payment()intgetC_Payment_ID()Get Payment.StringgetCashType()Get Cash Type.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.BigDecimalgetDiscountAmt()Get Discount Amount.intgetLine()Get Line No.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.BigDecimalgetWriteOffAmt()Get Write-off Amount.booleanisActive()Get Active.booleanisGenerated()Get Generated.booleanisProcessed()Get Processed.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmount(BigDecimal Amount)Set Amount.voidsetC_BankAccount_ID(int C_BankAccount_ID)Set Bank Account.voidsetC_Cash_ID(int C_Cash_ID)Set Cash Journal.voidsetC_CashLine_ID(int C_CashLine_ID)Set Cash Journal Line.voidsetC_CashLine_UU(String C_CashLine_UU)Set C_CashLine_UUvoidsetC_Charge_ID(int C_Charge_ID)Set Charge.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_Invoice_ID(int C_Invoice_ID)Set Invoice.voidsetC_Payment_ID(int C_Payment_ID)Set Payment.voidsetCashType(String CashType)Set Cash Type.voidsetDescription(String Description)Set Description.voidsetDiscountAmt(BigDecimal DiscountAmt)Set Discount Amount.voidsetIsActive(boolean IsActive)Set Active.voidsetIsGenerated(boolean IsGenerated)Set Generated.voidsetLine(int Line)Set Line No.voidsetProcessed(boolean Processed)Set Processed.voidsetWriteOffAmt(BigDecimal WriteOffAmt)Set Write-off Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_CashLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=410- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Amount
static final String COLUMNNAME_Amount
Column name Amount- See Also:
- Constant Field Values
-
COLUMNNAME_CashType
static final String COLUMNNAME_CashType
Column name CashType- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Cash_ID
static final String COLUMNNAME_C_Cash_ID
Column name C_Cash_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CashLine_ID
static final String COLUMNNAME_C_CashLine_ID
Column name C_CashLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CashLine_UU
static final String COLUMNNAME_C_CashLine_UU
Column name C_CashLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DiscountAmt
static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsGenerated
static final String COLUMNNAME_IsGenerated
Column name IsGenerated- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WriteOffAmt
static final String COLUMNNAME_WriteOffAmt
Column name WriteOffAmt- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
-
-