Package org.compiere.model
Interface I_C_PaySchedule
- All Known Implementing Classes:
MPaySchedule
,X_C_PaySchedule
public interface I_C_PaySchedule
Generated Interface for C_PaySchedule
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_PaymentTerm_IDstatic final String
Column name C_PaySchedule_IDstatic final String
Column name C_PaySchedule_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Discountstatic final String
Column name DiscountDaysstatic final String
Column name GraceDaysstatic final String
Column name IsActivestatic final String
Column name IsValidstatic final String
Column name NetDaystatic final String
Column name NetDaysstatic final String
Column name Percentagestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=548static final String
TableName=C_PaySchedule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Payment Term.int
Get Payment Schedule.Get C_PaySchedule_UUGet Created.int
Get Created By.Get Discount %.int
Get Discount Days.int
Get Grace Days.Get Net Day.int
Get Net Days.Get Percentage.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
isValid()
Get Valid.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_PaymentTerm_ID
(int C_PaymentTerm_ID) Set Payment Term.void
setC_PaySchedule_ID
(int C_PaySchedule_ID) Set Payment Schedule.void
setC_PaySchedule_UU
(String C_PaySchedule_UU) Set C_PaySchedule_UUvoid
setDiscount
(BigDecimal Discount) Set Discount %.void
setDiscountDays
(int DiscountDays) Set Discount Days.void
setGraceDays
(int GraceDays) Set Grace Days.void
setIsActive
(boolean IsActive) Set Active.void
setIsValid
(boolean IsValid) Set Valid.void
Set Net Day.void
setNetDays
(int NetDays) Set Net Days.void
setPercentage
(BigDecimal Percentage) Set Percentage.
-
Field Details
-
Table_Name
TableName=C_PaySchedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=548- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - 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_PaymentTerm_ID
Column name C_PaymentTerm_ID- See Also:
-
COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_ID- See Also:
-
COLUMNNAME_C_PaySchedule_UU
Column name C_PaySchedule_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Discount
Column name Discount- See Also:
-
COLUMNNAME_DiscountDays
Column name DiscountDays- See Also:
-
COLUMNNAME_GraceDays
Column name GraceDays- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_NetDay
Column name NetDay- See Also:
-
COLUMNNAME_NetDays
Column name NetDays- See Also:
-
COLUMNNAME_Percentage
Column name Percentage- 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_PaymentTerm_ID
void setC_PaymentTerm_ID(int C_PaymentTerm_ID) Set Payment Term. The terms of Payment (timing, discount) -
getC_PaymentTerm_ID
int getC_PaymentTerm_ID()Get Payment Term. The terms of Payment (timing, discount) -
getC_PaymentTerm
- Throws:
RuntimeException
-
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 -
setC_PaySchedule_UU
Set C_PaySchedule_UU -
getC_PaySchedule_UU
String getC_PaySchedule_UU()Get C_PaySchedule_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDiscount
Set Discount %. Discount in percent -
getDiscount
BigDecimal getDiscount()Get Discount %. Discount in percent -
setDiscountDays
void setDiscountDays(int DiscountDays) Set Discount Days. Number of days from invoice date to be eligible for discount -
getDiscountDays
int getDiscountDays()Get Discount Days. Number of days from invoice date to be eligible for discount -
setGraceDays
void setGraceDays(int GraceDays) Set Grace Days. Days after due date to send first dunning letter -
getGraceDays
int getGraceDays()Get Grace Days. Days after due date to send first dunning letter -
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 -
setNetDay
Set Net Day. Day when payment is due net -
getNetDay
String getNetDay()Get Net Day. Day when payment is due net -
setNetDays
void setNetDays(int NetDays) Set Net Days. Net Days in which payment is due -
getNetDays
int getNetDays()Get Net Days. Net Days in which payment is due -
setPercentage
Set Percentage. Percent of the entire amount -
getPercentage
BigDecimal getPercentage()Get Percentage. Percent of the entire amount -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-