Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AfterDelivery
          Column name AfterDelivery
static String COLUMNNAME_C_PaymentTerm_ID
          Column name C_PaymentTerm_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Discount
          Column name Discount
static String COLUMNNAME_Discount2
          Column name Discount2
static String COLUMNNAME_DiscountDays
          Column name DiscountDays
static String COLUMNNAME_DiscountDays2
          Column name DiscountDays2
static String COLUMNNAME_DocumentNote
          Column name DocumentNote
static String COLUMNNAME_FixMonthCutoff
          Column name FixMonthCutoff
static String COLUMNNAME_FixMonthDay
          Column name FixMonthDay
static String COLUMNNAME_FixMonthOffset
          Column name FixMonthOffset
static String COLUMNNAME_GraceDays
          Column name GraceDays
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsDueFixed
          Column name IsDueFixed
static String COLUMNNAME_IsNextBusinessDay
          Column name IsNextBusinessDay
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_NetDay
          Column name NetDay
static String COLUMNNAME_NetDays
          Column name NetDays
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=113
static String Table_Name
          TableName=C_PaymentTerm
 
Method Summary
 int getC_PaymentTerm_ID()
          Get Payment Term.
 String getDescription()
          Get Description.
 BigDecimal getDiscount()
          Get Discount %.
 BigDecimal getDiscount2()
          Get Discount 2 %.
 int getDiscountDays()
          Get Discount Days.
 int getDiscountDays2()
          Get Discount Days 2.
 String getDocumentNote()
          Get Document Note.
 int getFixMonthCutoff()
          Get Fix month cutoff.
 int getFixMonthDay()
          Get Fix month day.
 int getFixMonthOffset()
          Get Fix month offset.
 int getGraceDays()
          Get Grace Days.
 String getName()
          Get Name.
 String getNetDay()
          Get Net Day.
 int getNetDays()
          Get Net Days.
 String getValue()
          Get Search Key.
 boolean isAfterDelivery()
          Get After Delivery.
 boolean isDefault()
          Get Default.
 boolean isDueFixed()
          Get Fixed due date.
 boolean isNextBusinessDay()
          Get Next Business Day.
 boolean isProcessing()
          Get Process Now
 boolean isValid()
          Get Valid.
 void setAfterDelivery(boolean AfterDelivery)
          Set After Delivery.
 void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
          Set Payment Term.
 void 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 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 setName(String Name)
          Set Name.
 void setNetDay(String NetDay)
          Set Net Day.
 void setNetDays(int NetDays)
          Set Net Days.
 void setProcessing(boolean Processing)
          Set Process Now
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_PaymentTerm

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=113


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AfterDelivery

static final String COLUMNNAME_AfterDelivery
Column name AfterDelivery

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_Description

static final String COLUMNNAME_Description
Column name Description

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_DiscountDays2

static final String COLUMNNAME_DiscountDays2
Column name DiscountDays2

See Also:
Constant Field Values

COLUMNNAME_Discount2

static final String COLUMNNAME_Discount2
Column name Discount2

See Also:
Constant Field Values

COLUMNNAME_DocumentNote

static final String COLUMNNAME_DocumentNote
Column name DocumentNote

See Also:
Constant Field Values

COLUMNNAME_FixMonthCutoff

static final String COLUMNNAME_FixMonthCutoff
Column name FixMonthCutoff

See Also:
Constant Field Values

COLUMNNAME_FixMonthDay

static final String COLUMNNAME_FixMonthDay
Column name FixMonthDay

See Also:
Constant Field Values

COLUMNNAME_FixMonthOffset

static final String COLUMNNAME_FixMonthOffset
Column name FixMonthOffset

See Also:
Constant Field Values

COLUMNNAME_GraceDays

static final String COLUMNNAME_GraceDays
Column name GraceDays

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsDueFixed

static final String COLUMNNAME_IsDueFixed
Column name IsDueFixed

See Also:
Constant Field Values

COLUMNNAME_IsNextBusinessDay

static final String COLUMNNAME_IsNextBusinessDay
Column name IsNextBusinessDay

See Also:
Constant Field Values

COLUMNNAME_IsValid

static final String COLUMNNAME_IsValid
Column name IsValid

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

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_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

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)


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


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


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


setDiscount2

void setDiscount2(BigDecimal Discount2)
Set Discount 2 %. Discount in percent


getDiscount2

BigDecimal getDiscount2()
Get Discount 2 %. Discount in percent


setDocumentNote

void setDocumentNote(String DocumentNote)
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


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

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


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


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setValue

void setValue(String Value)
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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.