|
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_InvoiceSchedule
org.compiere.model.MInvoiceSchedule
public class MInvoiceSchedule
Invoice Schedule Model
| Field Summary |
|---|
| 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 | |
|---|---|
MInvoiceSchedule(Ctx ctx,
int C_InvoiceSchedule_ID,
String trxName)
Standard Constructor |
|
MInvoiceSchedule(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
boolean |
canInvoice(Timestamp xDate,
BigDecimal orderAmt)
Can I send Invoice |
static MInvoiceSchedule |
get(Ctx ctx,
int C_InvoiceSchedule_ID)
Get MInvoiceSchedule from Cache |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInvoiceSchedule(Ctx ctx,
int C_InvoiceSchedule_ID,
String trxName)
ctx - contextC_InvoiceSchedule_ID - idtrxName - transaction
public MInvoiceSchedule(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MInvoiceSchedule get(Ctx ctx,
int C_InvoiceSchedule_ID)
ctx - contextC_InvoiceSchedule_ID - id
public boolean canInvoice(Timestamp xDate,
BigDecimal orderAmt)
xDate - dateorderAmt - order amount
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||