|
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_AD_Schedule
org.compiere.model.MSchedule
public class MSchedule
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 | |
|---|---|
MSchedule(Ctx ctx,
int AD_Schedule_ID,
String trxName)
Default Constructor |
|
MSchedule(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MSchedule |
get(Ctx ctx,
int AD_Schedule_ID)
Get Schedule from Cache |
int |
getMonthDay()
Get Month Day |
Timestamp[] |
getNext(Timestamp start,
int iterations)
Get Next |
long |
getNextRunMS(long last)
Get Next Run |
String |
getWeekDay()
Get WeekDay |
boolean |
isOKtoRunOnIP()
Is it OK to Run process On IP of this box |
static void |
main(String[] args)
Test |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSchedule(Ctx ctx,
int AD_Schedule_ID,
String trxName)
ctx - contextAD_Schedule_ID - idtrxName - trx
public MSchedule(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MSchedule get(Ctx ctx,
int AD_Schedule_ID)
ctx - contextAD_Schedule_ID - id
public int getMonthDay()
getMonthDay in class X_AD_Schedulepublic String getWeekDay()
getWeekDay in class X_AD_Scheduleprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_Schedulepublic boolean isOKtoRunOnIP()
public long getNextRunMS(long last)
last - in MS
public Timestamp[] getNext(Timestamp start,
int iterations)
start - start timeiterations - no iterations
public static void main(String[] args)
args -
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||