|
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_AD_Scheduler
public class X_AD_Scheduler
Generated Model for AD_Scheduler
| Field Summary | |
|---|---|
static int |
FREQUENCYTYPE_AD_Reference_ID
FrequencyType AD_Reference_ID=221 |
static String |
FREQUENCYTYPE_Day
Day = D |
static String |
FREQUENCYTYPE_Hour
Hour = H |
static String |
FREQUENCYTYPE_Minute
Minute = M |
static int |
SCHEDULETYPE_AD_Reference_ID
ScheduleType AD_Reference_ID=318 |
static String |
SCHEDULETYPE_Frequency
Frequency = F |
static String |
SCHEDULETYPE_MonthDay
Month Day = M |
static String |
SCHEDULETYPE_WeekDay
Week Day = W |
static int |
SUPERVISOR_ID_AD_Reference_ID
Supervisor_ID AD_Reference_ID=316 |
static int |
WEEKDAY_AD_Reference_ID
WeekDay AD_Reference_ID=167 |
static String |
WEEKDAY_Friday
Friday = 5 |
static String |
WEEKDAY_Monday
Monday = 1 |
static String |
WEEKDAY_Saturday
Saturday = 6 |
static String |
WEEKDAY_Sunday
Sunday = 7 |
static String |
WEEKDAY_Thursday
Thursday = 4 |
static String |
WEEKDAY_Tuesday
Tuesday = 2 |
static String |
WEEKDAY_Wednesday
Wednesday = 3 |
| 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_AD_Scheduler(Properties ctx,
int AD_Scheduler_ID,
String trxName)
Standard Constructor |
|
X_AD_Scheduler(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Process_ID()
Get Process. |
I_AD_Process |
getAD_Process()
|
int |
getAD_Scheduler_ID()
Get Scheduler. |
Timestamp |
getDateLastRun()
Get Date last run. |
Timestamp |
getDateNextRun()
Get Date next run. |
String |
getDescription()
Get Description. |
int |
getFrequency()
Get Frequency. |
String |
getFrequencyType()
Get Frequency Type. |
int |
getKeepLogDays()
Get Days to keep Log. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getMonthDay()
Get Day of the Month. |
String |
getName()
Get Name. |
String |
getScheduleType()
Get Schedule Type. |
int |
getSupervisor_ID()
Get Supervisor. |
String |
getWeekDay()
Get Day of the Week. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_Process_ID(int AD_Process_ID)
Set Process. |
void |
setAD_Scheduler_ID(int AD_Scheduler_ID)
Set Scheduler. |
void |
setDateLastRun(Timestamp DateLastRun)
Set Date last run. |
void |
setDateNextRun(Timestamp DateNextRun)
Set Date next run. |
void |
setDescription(String Description)
Set Description. |
void |
setFrequency(int Frequency)
Set Frequency. |
void |
setFrequencyType(String FrequencyType)
Set Frequency Type. |
void |
setKeepLogDays(int KeepLogDays)
Set Days to keep Log. |
void |
setMonthDay(int MonthDay)
Set Day of the Month. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setScheduleType(String ScheduleType)
Set Schedule Type. |
void |
setSupervisor_ID(int Supervisor_ID)
Set Supervisor. |
void |
setWeekDay(String WeekDay)
Set Day of the Week. |
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 FREQUENCYTYPE_AD_Reference_ID
public static final String FREQUENCYTYPE_Minute
public static final String FREQUENCYTYPE_Hour
public static final String FREQUENCYTYPE_Day
public static final int SCHEDULETYPE_AD_Reference_ID
public static final String SCHEDULETYPE_Frequency
public static final String SCHEDULETYPE_WeekDay
public static final String SCHEDULETYPE_MonthDay
public static final int SUPERVISOR_ID_AD_Reference_ID
public static final int WEEKDAY_AD_Reference_ID
public static final String WEEKDAY_Sunday
public static final String WEEKDAY_Monday
public static final String WEEKDAY_Tuesday
public static final String WEEKDAY_Wednesday
public static final String WEEKDAY_Thursday
public static final String WEEKDAY_Friday
public static final String WEEKDAY_Saturday
| Constructor Detail |
|---|
public X_AD_Scheduler(Properties ctx,
int AD_Scheduler_ID,
String trxName)
public X_AD_Scheduler(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 PO
public I_AD_Process getAD_Process()
throws Exception
getAD_Process in interface I_AD_SchedulerExceptionpublic void setAD_Process_ID(int AD_Process_ID)
setAD_Process_ID in interface I_AD_SchedulerAD_Process_ID - Process or Reportpublic int getAD_Process_ID()
getAD_Process_ID in interface I_AD_Schedulerpublic void setAD_Scheduler_ID(int AD_Scheduler_ID)
setAD_Scheduler_ID in interface I_AD_SchedulerAD_Scheduler_ID - Schedule Processespublic int getAD_Scheduler_ID()
getAD_Scheduler_ID in interface I_AD_Schedulerpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_AD_SchedulerDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_AD_Schedulerpublic void setDateNextRun(Timestamp DateNextRun)
setDateNextRun in interface I_AD_SchedulerDateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
getDateNextRun in interface I_AD_Schedulerpublic void setDescription(String Description)
setDescription in interface I_AD_SchedulerDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Schedulerpublic void setFrequency(int Frequency)
setFrequency in interface I_AD_SchedulerFrequency - Frequency of eventspublic int getFrequency()
getFrequency in interface I_AD_Schedulerpublic void setFrequencyType(String FrequencyType)
setFrequencyType in interface I_AD_SchedulerFrequencyType - Frequency of eventpublic String getFrequencyType()
getFrequencyType in interface I_AD_Schedulerpublic void setKeepLogDays(int KeepLogDays)
setKeepLogDays in interface I_AD_SchedulerKeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
getKeepLogDays in interface I_AD_Schedulerpublic void setMonthDay(int MonthDay)
setMonthDay in interface I_AD_SchedulerMonthDay - Day of the month 1 to 28/29/30/31public int getMonthDay()
getMonthDay in interface I_AD_Schedulerpublic void setName(String Name)
setName in interface I_AD_SchedulerName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Schedulerpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_AD_SchedulerProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_Schedulerpublic void setScheduleType(String ScheduleType)
setScheduleType in interface I_AD_SchedulerScheduleType - Type of schedulepublic String getScheduleType()
getScheduleType in interface I_AD_Schedulerpublic void setSupervisor_ID(int Supervisor_ID)
setSupervisor_ID in interface I_AD_SchedulerSupervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
getSupervisor_ID in interface I_AD_Schedulerpublic void setWeekDay(String WeekDay)
setWeekDay in interface I_AD_SchedulerWeekDay - Day of the Weekpublic String getWeekDay()
getWeekDay in interface I_AD_Scheduler
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||