Package org.compiere.model
Interface I_C_OrderPaySchedule
- All Known Implementing Classes:
MOrderPaySchedule
,X_C_OrderPaySchedule
public interface I_C_OrderPaySchedule
Generated Interface for C_OrderPaySchedule
- 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_Order_IDstatic final String
Column name C_OrderPaySchedule_IDstatic final String
Column name C_OrderPaySchedule_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=53296static final String
TableName=C_OrderPaySchedule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Order.int
Get Order Payment ScheduleGet C_OrderPaySchedule_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_Order_ID
(int C_Order_ID) Set Order.void
setC_OrderPaySchedule_ID
(int C_OrderPaySchedule_ID) Set Order Payment Schedulevoid
setC_OrderPaySchedule_UU
(String C_OrderPaySchedule_UU) Set C_OrderPaySchedule_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_OrderPaySchedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53296- 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_Order_ID
Column name C_Order_ID- See Also:
-
COLUMNNAME_C_OrderPaySchedule_ID
Column name C_OrderPaySchedule_ID- See Also:
-
COLUMNNAME_C_OrderPaySchedule_UU
Column name C_OrderPaySchedule_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_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
- Throws:
RuntimeException
-
setC_OrderPaySchedule_ID
void setC_OrderPaySchedule_ID(int C_OrderPaySchedule_ID) Set Order Payment Schedule -
getC_OrderPaySchedule_ID
int getC_OrderPaySchedule_ID()Get Order Payment Schedule -
setC_OrderPaySchedule_UU
Set C_OrderPaySchedule_UU -
getC_OrderPaySchedule_UU
String getC_OrderPaySchedule_UU()Get C_OrderPaySchedule_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
-