Package org.compiere.model
Interface I_C_PaymentTerm
- All Known Implementing Classes:
MPaymentTerm
,X_C_PaymentTerm
public interface I_C_PaymentTerm
Generated Interface for C_PaymentTerm
- 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 AfterDeliverystatic final String
Column name C_PaymentTerm_IDstatic final String
Column name C_PaymentTerm_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name Discountstatic final String
Column name Discount2static final String
Column name DiscountDaysstatic final String
Column name DiscountDays2static final String
Column name DocumentNotestatic final String
Column name FixMonthCutoffstatic final String
Column name FixMonthDaystatic final String
Column name FixMonthOffsetstatic final String
Column name GraceDaysstatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name IsDueFixedstatic final String
Column name IsNextBusinessDaystatic final String
Column name IsValidstatic final String
Column name Namestatic final String
Column name NetDaystatic final String
Column name NetDaysstatic final String
Column name PaymentTermUsagestatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=113static final String
TableName=C_PaymentTerm -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Payment Term.Get C_PaymentTerm_UUGet Created.int
Get Created By.Get Description.Get Discount %.Get Discount 2 %.int
Get Discount Days.int
Get Discount Days 2.Get Document Note.int
Get Fix month cutoff.int
Get Fix month day.int
Get Fix month offset.int
Get Grace Days.getName()
Get Name.Get Net Day.int
Get Net Days.Get Payment Term Usage.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get After Delivery.boolean
Get Default.boolean
Get Fixed due date.boolean
Get Next Business Day.boolean
Get Process Nowboolean
isValid()
Get Valid.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAfterDelivery
(boolean AfterDelivery) Set After Delivery.void
setC_PaymentTerm_ID
(int C_PaymentTerm_ID) Set Payment Term.void
setC_PaymentTerm_UU
(String C_PaymentTerm_UU) Set C_PaymentTerm_UUvoid
setDescription
(String Description) Set Description.void
setDiscount
(BigDecimal Discount) Set Discount %.void
setDiscount2
(BigDecimal Discount2) Set Discount 2 %.void
setDiscountDays
(int DiscountDays) Set Discount Days.void
setDiscountDays2
(int DiscountDays2) Set Discount Days 2.void
setDocumentNote
(String DocumentNote) Set Document Note.void
setFixMonthCutoff
(int FixMonthCutoff) Set Fix month cutoff.void
setFixMonthDay
(int FixMonthDay) Set Fix month day.void
setFixMonthOffset
(int FixMonthOffset) Set Fix month offset.void
setGraceDays
(int GraceDays) Set Grace Days.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
setIsDueFixed
(boolean IsDueFixed) Set Fixed due date.void
setIsNextBusinessDay
(boolean IsNextBusinessDay) Set Next Business Day.void
setIsValid
(boolean IsValid) Set Valid.void
Set Name.void
Set Net Day.void
setNetDays
(int NetDays) Set Net Days.void
setPaymentTermUsage
(String PaymentTermUsage) Set Payment Term Usage.void
setProcessing
(boolean Processing) Set Process Nowvoid
Set Search Key.
-
Field Details
-
Table_Name
TableName=C_PaymentTerm- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=113- 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_AfterDelivery
Column name AfterDelivery- See Also:
-
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_ID- See Also:
-
COLUMNNAME_C_PaymentTerm_UU
Column name C_PaymentTerm_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_Discount
Column name Discount- See Also:
-
COLUMNNAME_Discount2
Column name Discount2- See Also:
-
COLUMNNAME_DiscountDays
Column name DiscountDays- See Also:
-
COLUMNNAME_DiscountDays2
Column name DiscountDays2- See Also:
-
COLUMNNAME_DocumentNote
Column name DocumentNote- See Also:
-
COLUMNNAME_FixMonthCutoff
Column name FixMonthCutoff- See Also:
-
COLUMNNAME_FixMonthDay
Column name FixMonthDay- See Also:
-
COLUMNNAME_FixMonthOffset
Column name FixMonthOffset- See Also:
-
COLUMNNAME_GraceDays
Column name GraceDays- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsDueFixed
Column name IsDueFixed- See Also:
-
COLUMNNAME_IsNextBusinessDay
Column name IsNextBusinessDay- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_NetDay
Column name NetDay- See Also:
-
COLUMNNAME_NetDays
Column name NetDays- See Also:
-
COLUMNNAME_PaymentTermUsage
Column name PaymentTermUsage- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- 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 -
setAfterDelivery
void setAfterDelivery(boolean AfterDelivery) Set After Delivery. Due after delivery rather than after invoicing -
isAfterDelivery
boolean isAfterDelivery()Get After Delivery. Due after delivery rather than after invoicing -
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) -
setC_PaymentTerm_UU
Set C_PaymentTerm_UU -
getC_PaymentTerm_UU
String getC_PaymentTerm_UU()Get C_PaymentTerm_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDiscount
Set Discount %. Discount in percent -
getDiscount
BigDecimal getDiscount()Get Discount %. Discount in percent -
setDiscount2
Set Discount 2 %. Discount in percent -
getDiscount2
BigDecimal getDiscount2()Get Discount 2 %. 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 -
setDiscountDays2
void setDiscountDays2(int DiscountDays2) Set Discount Days 2. Number of days from invoice date to be eligible for discount -
getDiscountDays2
int getDiscountDays2()Get Discount Days 2. Number of days from invoice date to be eligible for discount -
setDocumentNote
Set Document Note. Additional information for a Document -
getDocumentNote
String getDocumentNote()Get Document Note. Additional information for a Document -
setFixMonthCutoff
void setFixMonthCutoff(int FixMonthCutoff) Set Fix month cutoff. Last day to include for next due date -
getFixMonthCutoff
int getFixMonthCutoff()Get Fix month cutoff. Last day to include for next due date -
setFixMonthDay
void setFixMonthDay(int FixMonthDay) Set Fix month day. Day of the month of the due date -
getFixMonthDay
int getFixMonthDay()Get Fix month day. Day of the month of the due date -
setFixMonthOffset
void setFixMonthOffset(int FixMonthOffset) Set Fix month offset. Number of months (0=same, 1=following) -
getFixMonthOffset
int getFixMonthOffset()Get Fix month offset. Number of months (0=same, 1=following) -
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 -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setIsDueFixed
void setIsDueFixed(boolean IsDueFixed) Set Fixed due date. Payment is due on a fixed date -
isDueFixed
boolean isDueFixed()Get Fixed due date. Payment is due on a fixed date -
setIsNextBusinessDay
void setIsNextBusinessDay(boolean IsNextBusinessDay) Set Next Business Day. Payment due on the next business day -
isNextBusinessDay
boolean isNextBusinessDay()Get Next Business Day. Payment due on the next business day -
setIsValid
void setIsValid(boolean IsValid) Set Valid. Element is valid -
isValid
boolean isValid()Get Valid. Element is valid -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
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 -
setPaymentTermUsage
Set Payment Term Usage. Payment term usage indicates if this payment term is used for sales, purchases or both. -
getPaymentTermUsage
String getPaymentTermUsage()Get Payment Term Usage. Payment term usage indicates if this payment term is used for sales, purchases or both. -
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 -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-