|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_InvoiceSchedule
public class X_C_InvoiceSchedule
Generated Model for C_InvoiceSchedule
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_InvoiceSchedule(Properties ctx,
int C_InvoiceSchedule_ID,
String trxName)
Standard Constructor |
|
X_C_InvoiceSchedule(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmt()
Get Amount. |
int |
getC_InvoiceSchedule_ID()
Get Invoice Schedule. |
String |
getDescription()
Get Description. |
int |
getInvoiceDay()
Get Invoice Day. |
int |
getInvoiceDayCutoff()
Get Invoice day cut-off. |
String |
getInvoiceFrequency()
Get Invoice Frequency. |
String |
getInvoiceWeekDay()
Get Invoice Week Day. |
String |
getInvoiceWeekDayCutoff()
Get Invoice weekday cutoff. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isAmount()
Get Amount Limit. |
boolean |
isDefault()
Get Default. |
boolean |
isEvenInvoiceWeek()
Get Invoice on even weeks. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)
Set Invoice Schedule. |
void |
setDescription(String Description)
Set Description. |
void |
setEvenInvoiceWeek(boolean EvenInvoiceWeek)
Set Invoice on even weeks. |
void |
setInvoiceDay(int InvoiceDay)
Set Invoice Day. |
void |
setInvoiceDayCutoff(int InvoiceDayCutoff)
Set Invoice day cut-off. |
void |
setInvoiceFrequency(String InvoiceFrequency)
Set Invoice Frequency. |
void |
setInvoiceWeekDay(String InvoiceWeekDay)
Set Invoice Week Day. |
void |
setInvoiceWeekDayCutoff(String InvoiceWeekDayCutoff)
Set Invoice weekday cutoff. |
void |
setIsAmount(boolean IsAmount)
Set Amount Limit. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setName(String Name)
Set Name. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int INVOICEFREQUENCY_AD_Reference_ID
public static final String INVOICEFREQUENCY_Daily
public static final String INVOICEFREQUENCY_Weekly
public static final String INVOICEFREQUENCY_Monthly
public static final String INVOICEFREQUENCY_TwiceMonthly
public static final int INVOICEWEEKDAY_AD_Reference_ID
public static final String INVOICEWEEKDAY_Sunday
public static final String INVOICEWEEKDAY_Monday
public static final String INVOICEWEEKDAY_Tuesday
public static final String INVOICEWEEKDAY_Wednesday
public static final String INVOICEWEEKDAY_Thursday
public static final String INVOICEWEEKDAY_Friday
public static final String INVOICEWEEKDAY_Saturday
public static final int INVOICEWEEKDAYCUTOFF_AD_Reference_ID
public static final String INVOICEWEEKDAYCUTOFF_Sunday
public static final String INVOICEWEEKDAYCUTOFF_Monday
public static final String INVOICEWEEKDAYCUTOFF_Tuesday
public static final String INVOICEWEEKDAYCUTOFF_Wednesday
public static final String INVOICEWEEKDAYCUTOFF_Thursday
public static final String INVOICEWEEKDAYCUTOFF_Friday
public static final String INVOICEWEEKDAYCUTOFF_Saturday
| Constructor Detail |
|---|
public X_C_InvoiceSchedule(Properties ctx,
int C_InvoiceSchedule_ID,
String trxName)
public X_C_InvoiceSchedule(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAmt(BigDecimal Amt)
setAmt in interface I_C_InvoiceScheduleAmt - Amountpublic BigDecimal getAmt()
getAmt in interface I_C_InvoiceSchedulepublic void setC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)
setC_InvoiceSchedule_ID in interface I_C_InvoiceScheduleC_InvoiceSchedule_ID - Schedule for generating Invoicespublic int getC_InvoiceSchedule_ID()
getC_InvoiceSchedule_ID in interface I_C_InvoiceSchedulepublic void setDescription(String Description)
setDescription in interface I_C_InvoiceScheduleDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_InvoiceSchedulepublic void setEvenInvoiceWeek(boolean EvenInvoiceWeek)
setEvenInvoiceWeek in interface I_C_InvoiceScheduleEvenInvoiceWeek - Send invoices on even weekspublic boolean isEvenInvoiceWeek()
isEvenInvoiceWeek in interface I_C_InvoiceSchedulepublic void setInvoiceDay(int InvoiceDay)
setInvoiceDay in interface I_C_InvoiceScheduleInvoiceDay - Day of Invoice Generationpublic int getInvoiceDay()
getInvoiceDay in interface I_C_InvoiceSchedulepublic void setInvoiceDayCutoff(int InvoiceDayCutoff)
setInvoiceDayCutoff in interface I_C_InvoiceScheduleInvoiceDayCutoff - Last day for including shipmentspublic int getInvoiceDayCutoff()
getInvoiceDayCutoff in interface I_C_InvoiceSchedulepublic void setInvoiceFrequency(String InvoiceFrequency)
setInvoiceFrequency in interface I_C_InvoiceScheduleInvoiceFrequency - How often invoices will be generatedpublic String getInvoiceFrequency()
getInvoiceFrequency in interface I_C_InvoiceSchedulepublic void setInvoiceWeekDay(String InvoiceWeekDay)
setInvoiceWeekDay in interface I_C_InvoiceScheduleInvoiceWeekDay - Day to generate invoicespublic String getInvoiceWeekDay()
getInvoiceWeekDay in interface I_C_InvoiceSchedulepublic void setInvoiceWeekDayCutoff(String InvoiceWeekDayCutoff)
setInvoiceWeekDayCutoff in interface I_C_InvoiceScheduleInvoiceWeekDayCutoff - Last day in the week for shipments to be includedpublic String getInvoiceWeekDayCutoff()
getInvoiceWeekDayCutoff in interface I_C_InvoiceSchedulepublic void setIsAmount(boolean IsAmount)
setIsAmount in interface I_C_InvoiceScheduleIsAmount - Send invoices only if the amount exceeds the limitpublic boolean isAmount()
isAmount in interface I_C_InvoiceSchedulepublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_C_InvoiceScheduleIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_C_InvoiceSchedulepublic void setName(String Name)
setName in interface I_C_InvoiceScheduleName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_InvoiceSchedulepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||