Package org.compiere.model
Interface I_C_PaySchedule
-
- All Known Implementing Classes:
MPaySchedule,X_C_PaySchedule
public interface I_C_PayScheduleGenerated Interface for C_PaySchedule- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_PaymentTerm_IDColumn name C_PaymentTerm_IDstatic StringCOLUMNNAME_C_PaySchedule_IDColumn name C_PaySchedule_IDstatic StringCOLUMNNAME_C_PaySchedule_UUColumn name C_PaySchedule_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DiscountColumn name Discountstatic StringCOLUMNNAME_DiscountDaysColumn name DiscountDaysstatic StringCOLUMNNAME_GraceDaysColumn name GraceDaysstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsValidColumn name IsValidstatic StringCOLUMNNAME_NetDayColumn name NetDaystatic StringCOLUMNNAME_NetDaysColumn name NetDaysstatic StringCOLUMNNAME_PercentageColumn name Percentagestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=548static StringTable_NameTableName=C_PaySchedule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_PaymentTermgetC_PaymentTerm()intgetC_PaymentTerm_ID()Get Payment Term.intgetC_PaySchedule_ID()Get Payment Schedule.StringgetC_PaySchedule_UU()Get C_PaySchedule_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetDiscount()Get Discount %.intgetDiscountDays()Get Discount Days.intgetGraceDays()Get Grace Days.StringgetNetDay()Get Net Day.intgetNetDays()Get Net Days.BigDecimalgetPercentage()Get Percentage.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisValid()Get Valid.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_PaymentTerm_ID(int C_PaymentTerm_ID)Set Payment Term.voidsetC_PaySchedule_ID(int C_PaySchedule_ID)Set Payment Schedule.voidsetC_PaySchedule_UU(String C_PaySchedule_UU)Set C_PaySchedule_UUvoidsetDiscount(BigDecimal Discount)Set Discount %.voidsetDiscountDays(int DiscountDays)Set Discount Days.voidsetGraceDays(int GraceDays)Set Grace Days.voidsetIsActive(boolean IsActive)Set Active.voidsetIsValid(boolean IsValid)Set Valid.voidsetNetDay(String NetDay)Set Net Day.voidsetNetDays(int NetDays)Set Net Days.voidsetPercentage(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
-
-