Adempiere 3.5.2a

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

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_PaymentTerm_ID
          Column name C_PaymentTerm_ID
static String COLUMNNAME_C_PaySchedule_ID
          Column name C_PaySchedule_ID
static String COLUMNNAME_Discount
          Column name Discount
static String COLUMNNAME_DiscountDays
          Column name DiscountDays
static String COLUMNNAME_GraceDays
          Column name GraceDays
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_NetDay
          Column name NetDay
static String COLUMNNAME_NetDays
          Column name NetDays
static String COLUMNNAME_Percentage
          Column name Percentage
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=548
static String Table_Name
          TableName=C_PaySchedule
 
Method Summary
 int getC_PaymentTerm_ID()
          Get Payment Term.
 I_C_PaymentTerm getC_PaymentTerm()
           
 int getC_PaySchedule_ID()
          Get Payment Schedule.
 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.
 boolean isValid()
          Get Valid.
 void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
          Set Payment Term.
 void setC_PaySchedule_ID(int C_PaySchedule_ID)
          Set Payment Schedule.
 void setDiscount(BigDecimal Discount)
          Set Discount %.
 void setDiscountDays(int DiscountDays)
          Set Discount Days.
 void setGraceDays(int GraceDays)
          Set Grace Days.
 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_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
Method Detail

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 Exception
Throws:
Exception

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


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


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


Adempiere 3.5.2a

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