Package org.compiere.model
Interface I_C_InvoicePaySchedule
-
- All Known Implementing Classes:
MInvoicePaySchedule
,X_C_InvoicePaySchedule
public interface I_C_InvoicePaySchedule
Generated Interface for C_InvoicePaySchedule- 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_C_Invoice_ID
Column name C_Invoice_IDstatic String
COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_IDstatic String
COLUMNNAME_C_InvoicePaySchedule_UU
Column name C_InvoicePaySchedule_UUstatic String
COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DiscountAmt
Column name DiscountAmtstatic String
COLUMNNAME_DiscountDate
Column name DiscountDatestatic String
COLUMNNAME_DueAmt
Column name DueAmtstatic String
COLUMNNAME_DueDate
Column name DueDatestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsValid
Column name IsValidstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=551static String
Table_Name
TableName=C_InvoicePaySchedule
-
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.I_C_Invoice
getC_Invoice()
int
getC_Invoice_ID()
Get Invoice.int
getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule.String
getC_InvoicePaySchedule_UU()
Get C_InvoicePaySchedule_UUI_C_PaySchedule
getC_PaySchedule()
int
getC_PaySchedule_ID()
Get Payment Schedule.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getDiscountAmt()
Get Discount Amount.Timestamp
getDiscountDate()
Get Discount Date.BigDecimal
getDueAmt()
Get Amount due.Timestamp
getDueDate()
Get Due Date.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowboolean
isValid()
Get Valid.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.void
setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule.void
setC_InvoicePaySchedule_UU(String C_InvoicePaySchedule_UU)
Set C_InvoicePaySchedule_UUvoid
setC_PaySchedule_ID(int C_PaySchedule_ID)
Set Payment Schedule.void
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount.void
setDiscountDate(Timestamp DiscountDate)
Set Discount Date.void
setDueAmt(BigDecimal DueAmt)
Set Amount due.void
setDueDate(Timestamp DueDate)
Set Due Date.void
setIsActive(boolean IsActive)
Set Active.void
setIsValid(boolean IsValid)
Set Valid.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_InvoicePaySchedule- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=551- 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_C_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_InvoicePaySchedule_ID
static final String COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_InvoicePaySchedule_UU
static final String COLUMNNAME_C_InvoicePaySchedule_UU
Column name C_InvoicePaySchedule_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaySchedule_ID
static final String COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_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_DiscountAmt
static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DiscountDate
static final String COLUMNNAME_DiscountDate
Column name DiscountDate- See Also:
- Constant Field Values
-
COLUMNNAME_DueAmt
static final String COLUMNNAME_DueAmt
Column name DueAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DueDate
static final String COLUMNNAME_DueDate
Column name DueDate- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsValid
static final String COLUMNNAME_IsValid
Column name IsValid- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- 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
-
-
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
-
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_InvoicePaySchedule_ID
void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule. Invoice Payment Schedule
-
getC_InvoicePaySchedule_ID
int getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule. Invoice Payment Schedule
-
setC_InvoicePaySchedule_UU
void setC_InvoicePaySchedule_UU(String C_InvoicePaySchedule_UU)
Set C_InvoicePaySchedule_UU
-
getC_InvoicePaySchedule_UU
String getC_InvoicePaySchedule_UU()
Get C_InvoicePaySchedule_UU
-
setC_PaySchedule_ID
void setC_PaySchedule_ID(int C_PaySchedule_ID)
Set Payment Schedule. Payment Schedule Template
-
getC_PaySchedule_ID
int getC_PaySchedule_ID()
Get Payment Schedule. Payment Schedule Template
-
getC_PaySchedule
I_C_PaySchedule getC_PaySchedule() 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
-
setDiscountAmt
void setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. Calculated amount of discount
-
getDiscountAmt
BigDecimal getDiscountAmt()
Get Discount Amount. Calculated amount of discount
-
setDiscountDate
void setDiscountDate(Timestamp DiscountDate)
Set Discount Date. Last Date for payments with discount
-
getDiscountDate
Timestamp getDiscountDate()
Get Discount Date. Last Date for payments with discount
-
setDueAmt
void setDueAmt(BigDecimal DueAmt)
Set Amount due. Amount of the payment due
-
getDueAmt
BigDecimal getDueAmt()
Get Amount due. Amount of the payment due
-
setDueDate
void setDueDate(Timestamp DueDate)
Set Due Date. Date when the payment is due
-
getDueDate
Timestamp getDueDate()
Get Due Date. Date when the payment is due
-
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
-
setIsValid
void setIsValid(boolean IsValid)
Set Valid. Element is valid
-
isValid
boolean isValid()
Get Valid. Element is valid
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-