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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_IDstatic String
COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_IDstatic String
COLUMNNAME_C_PaySchedule_UU
Column name C_PaySchedule_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Discount
Column name Discountstatic String
COLUMNNAME_DiscountDays
Column name DiscountDaysstatic String
COLUMNNAME_GraceDays
Column name GraceDaysstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsValid
Column name IsValidstatic String
COLUMNNAME_NetDay
Column name NetDaystatic String
COLUMNNAME_NetDays
Column name NetDaysstatic String
COLUMNNAME_Percentage
Column name Percentagestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=548static String
Table_Name
TableName=C_PaySchedule
-
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_PaymentTerm
getC_PaymentTerm()
int
getC_PaymentTerm_ID()
Get Payment Term.int
getC_PaySchedule_ID()
Get Payment Schedule.String
getC_PaySchedule_UU()
Get C_PaySchedule_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getDiscount()
Get Discount %.int
getDiscountDays()
Get Discount Days.int
getGraceDays()
Get Grace Days.String
getNetDay()
Get Net Day.int
getNetDays()
Get Net Days.BigDecimal
getPercentage()
Get Percentage.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
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
setNetDay(String NetDay)
Set Net Day.void
setNetDays(int NetDays)
Set Net Days.void
setPercentage(BigDecimal Percentage)
Set Percentage.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PaySchedule- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=548- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_PaymentTerm_ID
static final String COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_ID- 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_C_PaySchedule_UU
static final String COLUMNNAME_C_PaySchedule_UU
Column name C_PaySchedule_UU- 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_Discount
static final String COLUMNNAME_Discount
Column name Discount- See Also:
- Constant Field Values
-
COLUMNNAME_DiscountDays
static final String COLUMNNAME_DiscountDays
Column name DiscountDays- See Also:
- Constant Field Values
-
COLUMNNAME_GraceDays
static final String COLUMNNAME_GraceDays
Column name GraceDays- 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_NetDay
static final String COLUMNNAME_NetDay
Column name NetDay- See Also:
- Constant Field Values
-
COLUMNNAME_NetDays
static final String COLUMNNAME_NetDays
Column name NetDays- See Also:
- Constant Field Values
-
COLUMNNAME_Percentage
static final String COLUMNNAME_Percentage
Column name Percentage- 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_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
I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException
- 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
void setC_PaySchedule_UU(String C_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
void setDiscount(BigDecimal Discount)
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
void setNetDay(String NetDay)
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
void setPercentage(BigDecimal Percentage)
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
-
-