|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_PaySchedule
public class X_C_PaySchedule
Generated Model for C_PaySchedule
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
NETDAY_AD_Reference_ID
NetDay AD_Reference_ID=167 |
static String |
NETDAY_Friday
Friday = 5 |
static String |
NETDAY_Monday
Monday = 1 |
static String |
NETDAY_Saturday
Saturday = 6 |
static String |
NETDAY_Sunday
Sunday = 7 |
static String |
NETDAY_Thursday
Thursday = 4 |
static String |
NETDAY_Tuesday
Tuesday = 2 |
static String |
NETDAY_Wednesday
Wednesday = 3 |
static int |
Table_ID
AD_Table_ID=548 |
static String |
Table_Name
TableName=C_PaySchedule |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_PaySchedule(Ctx ctx,
int C_PaySchedule_ID,
String trxName)
Standard Constructor |
|
X_C_PaySchedule(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_PaymentTerm_ID()
Get Payment Term. |
int |
getC_PaySchedule_ID()
Get Payment Schedule. |
BigDecimal |
getDiscount()
Get Discount %. |
int |
getDiscountDays()
Get Discount Days. |
int |
getGraceDays()
Get Grace Days. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getNetDay()
Get Net Day. |
int |
getNetDays()
Get Net Days. |
BigDecimal |
getPercentage()
Get Percentage. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isNetDayValid(String test)
Is test a valid value. |
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. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int NETDAY_AD_Reference_ID
public static final String NETDAY_Monday
public static final String NETDAY_Tuesday
public static final String NETDAY_Wednesday
public static final String NETDAY_Thursday
public static final String NETDAY_Friday
public static final String NETDAY_Saturday
public static final String NETDAY_Sunday
| Constructor Detail |
|---|
public X_C_PaySchedule(Ctx ctx,
int C_PaySchedule_ID,
String trxName)
ctx - contextC_PaySchedule_ID - idtrxName - transaction
public X_C_PaySchedule(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_PaySchedule_ID(int C_PaySchedule_ID)
C_PaySchedule_ID - Payment Schedule Templatepublic int getC_PaySchedule_ID()
public void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
C_PaymentTerm_ID - The terms of Payment (timing, discount)public int getC_PaymentTerm_ID()
public KeyNamePair getKeyNamePair()
public void setDiscount(BigDecimal Discount)
Discount - Discount in percentpublic BigDecimal getDiscount()
public void setDiscountDays(int DiscountDays)
DiscountDays - Number of days from invoice date to be eligible for discountpublic int getDiscountDays()
public void setGraceDays(int GraceDays)
GraceDays - Days after due date to send first dunning letterpublic int getGraceDays()
public void setIsValid(boolean IsValid)
IsValid - Element is validpublic boolean isValid()
public boolean isNetDayValid(String test)
test - testvalue
public void setNetDay(String NetDay)
NetDay - Day when payment is due netpublic String getNetDay()
public void setNetDays(int NetDays)
NetDays - Net Days in which payment is duepublic int getNetDays()
public void setPercentage(BigDecimal Percentage)
Percentage - Percent of the entire amountpublic BigDecimal getPercentage()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||