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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Invoice_IDstatic final String
Column name C_InvoicePaySchedule_IDstatic final String
Column name C_InvoicePaySchedule_UUstatic final String
Column name C_PaySchedule_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DiscountAmtstatic final String
Column name DiscountDatestatic final String
Column name DueAmtstatic final String
Column name DueDatestatic final String
Column name IsActivestatic final String
Column name IsValidstatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=551static final String
TableName=C_InvoicePaySchedule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Invoice.int
Get Invoice Payment Schedule.Get C_InvoicePaySchedule_UUint
Get Payment Schedule.Get Created.int
Get Created By.Get Discount Amount.Get Discount Date.Get Amount due.Get Due Date.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.boolean
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 Details
-
Table_Name
TableName=C_InvoicePaySchedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=551- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
-
COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID- See Also:
-
COLUMNNAME_C_InvoicePaySchedule_UU
Column name C_InvoicePaySchedule_UU- See Also:
-
COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
-
COLUMNNAME_DiscountDate
Column name DiscountDate- See Also:
-
COLUMNNAME_DueAmt
Column name DueAmt- See Also:
-
COLUMNNAME_DueDate
Column name DueDate- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
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_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
- 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
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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDiscountAmt
Set Discount Amount. Calculated amount of discount -
getDiscountAmt
BigDecimal getDiscountAmt()Get Discount Amount. Calculated amount of discount -
setDiscountDate
Set Discount Date. Last Date for payments with discount -
getDiscountDate
Timestamp getDiscountDate()Get Discount Date. Last Date for payments with discount -
setDueAmt
Set Amount due. Amount of the payment due -
getDueAmt
BigDecimal getDueAmt()Get Amount due. Amount of the payment due -
setDueDate
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
-