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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_PaymentTerm_IDstatic final StringColumn name C_PaySchedule_IDstatic final StringColumn name C_PaySchedule_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Discountstatic final StringColumn name DiscountDaysstatic final StringColumn name GraceDaysstatic final StringColumn name IsActivestatic final StringColumn name IsValidstatic final StringColumn name NetDaystatic final StringColumn name NetDaysstatic final StringColumn name Percentagestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=548static final StringTableName=C_PaySchedule -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Payment Term.intGet Payment Schedule.Get C_PaySchedule_UUGet Created.intGet Created By.Get Discount %.intGet Discount Days.intGet Grace Days.Get Net Day.intGet Net Days.Get Percentage.Get Updated.intGet 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.voidSet Net Day.voidsetNetDays(int NetDays) Set Net Days.voidsetPercentage(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_PaySchedule_ID
Column name C_PaySchedule_ID- See Also:
-
COLUMNNAME_C_PaySchedule_UU
Column name C_PaySchedule_UU- See Also:
-
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_ID- 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_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 -
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
Deprecated.- Throws:
RuntimeException
-
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
-