Package org.compiere.model
Interface I_C_AllocationLine
-
- All Known Implementing Classes:
MAllocationLine
,X_C_AllocationLine
public interface I_C_AllocationLine
Generated Interface for C_AllocationLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Amount
Column name Amountstatic String
COLUMNNAME_C_AllocationHdr_ID
Column name C_AllocationHdr_IDstatic String
COLUMNNAME_C_AllocationLine_ID
Column name C_AllocationLine_IDstatic String
COLUMNNAME_C_AllocationLine_UU
Column name C_AllocationLine_UUstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_CashLine_ID
Column name C_CashLine_IDstatic String
COLUMNNAME_C_Charge_ID
Column name C_Charge_IDstatic String
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_IDstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_Payment_ID
Column name C_Payment_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateTrx
Column name DateTrxstatic String
COLUMNNAME_DiscountAmt
Column name DiscountAmtstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsManual
Column name IsManualstatic String
COLUMNNAME_OverUnderAmt
Column name OverUnderAmtstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WriteOffAmt
Column name WriteOffAmtstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=390static String
Table_Name
TableName=C_AllocationLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getAmount()
Get Amount.I_C_AllocationHdr
getC_AllocationHdr()
int
getC_AllocationHdr_ID()
Get Allocation.int
getC_AllocationLine_ID()
Get Allocation Line.String
getC_AllocationLine_UU()
Get C_AllocationLine_UUI_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_CashLine
getC_CashLine()
int
getC_CashLine_ID()
Get Cash Journal Line.I_C_Charge
getC_Charge()
int
getC_Charge_ID()
Get Charge.I_C_Invoice
getC_Invoice()
int
getC_Invoice_ID()
Get Invoice.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.I_C_Payment
getC_Payment()
int
getC_Payment_ID()
Get Payment.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateTrx()
Get Transaction Date.BigDecimal
getDiscountAmt()
Get Discount Amount.BigDecimal
getOverUnderAmt()
Get Over/Under Payment.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.BigDecimal
getWriteOffAmt()
Get Write-off Amount.boolean
isActive()
Get Active.boolean
isManual()
Get Manual.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAmount(BigDecimal Amount)
Set Amount.void
setC_AllocationHdr_ID(int C_AllocationHdr_ID)
Set Allocation.void
setC_AllocationLine_ID(int C_AllocationLine_ID)
Set Allocation Line.void
setC_AllocationLine_UU(String C_AllocationLine_UU)
Set C_AllocationLine_UUvoid
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line.void
setC_Charge_ID(int C_Charge_ID)
Set Charge.void
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.void
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_Payment_ID(int C_Payment_ID)
Set Payment.void
setDateTrx(Timestamp DateTrx)
Set Transaction Date.void
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount.void
setIsActive(boolean IsActive)
Set Active.void
setIsManual(boolean IsManual)
Set Manual.void
setOverUnderAmt(BigDecimal OverUnderAmt)
Set Over/Under Payment.void
setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_AllocationLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=390- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - 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_C_AllocationHdr_ID
static final String COLUMNNAME_C_AllocationHdr_ID
Column name C_AllocationHdr_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_AllocationLine_ID
static final String COLUMNNAME_C_AllocationLine_ID
Column name C_AllocationLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_AllocationLine_UU
static final String COLUMNNAME_C_AllocationLine_UU
Column name C_AllocationLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_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_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_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_Order_ID
static final String COLUMNNAME_C_Order_ID
Column name C_Order_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_DateTrx
static final String COLUMNNAME_DateTrx
Column name DateTrx- 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_IsManual
static final String COLUMNNAME_IsManual
Column name IsManual- See Also:
- Constant Field Values
-
COLUMNNAME_OverUnderAmt
static final String COLUMNNAME_OverUnderAmt
Column name OverUnderAmt- 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
-
setC_AllocationHdr_ID
void setC_AllocationHdr_ID(int C_AllocationHdr_ID)
Set Allocation. Payment allocation
-
getC_AllocationHdr_ID
int getC_AllocationHdr_ID()
Get Allocation. Payment allocation
-
getC_AllocationHdr
I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException
- Throws:
RuntimeException
-
setC_AllocationLine_ID
void setC_AllocationLine_ID(int C_AllocationLine_ID)
Set Allocation Line. Allocation Line
-
getC_AllocationLine_ID
int getC_AllocationLine_ID()
Get Allocation Line. Allocation Line
-
setC_AllocationLine_UU
void setC_AllocationLine_UU(String C_AllocationLine_UU)
Set C_AllocationLine_UU
-
getC_AllocationLine_UU
String getC_AllocationLine_UU()
Get C_AllocationLine_UU
-
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_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
-
getC_CashLine
I_C_CashLine getC_CashLine() throws RuntimeException
- Throws:
RuntimeException
-
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_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_Order_ID
void setC_Order_ID(int C_Order_ID)
Set Order. Order
-
getC_Order_ID
int getC_Order_ID()
Get Order. Order
-
getC_Order
I_C_Order getC_Order() 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
-
setDateTrx
void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date
-
getDateTrx
Timestamp getDateTrx()
Get Transaction Date. Transaction Date
-
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
-
setIsManual
void setIsManual(boolean IsManual)
Set Manual. This is a manual process
-
isManual
boolean isManual()
Get Manual. This is a manual process
-
setOverUnderAmt
void setOverUnderAmt(BigDecimal OverUnderAmt)
Set Over/Under Payment. Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
getOverUnderAmt
BigDecimal getOverUnderAmt()
Get Over/Under Payment. Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
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
-
-