Package org.compiere.model
Interface I_AD_Schedule
- All Known Implementing Classes:
MSchedule
,X_AD_Schedule
public interface I_AD_Schedule
Generated Interface for AD_Schedule
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Schedule_IDstatic final String
Column name AD_Schedule_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CronPatternstatic final String
Column name Descriptionstatic final String
Column name Frequencystatic final String
Column name FrequencyTypestatic final String
Column name IsActivestatic final String
Column name IsIgnoreProcessingTimestatic final String
Column name IsSystemSchedulestatic final String
Column name MonthDaystatic final String
Column name Namestatic final String
Column name RunOnlyOnIPstatic final String
Column name ScheduleTypestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name WeekDaystatic final KeyNamePair
static final int
AD_Table_ID=200020static final String
TableName=AD_Schedule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get ScheduleGet AD_Schedule_UUGet Created.int
Get Created By.Get Cron Scheduling Pattern.Get Description.int
Get Frequency.Get Frequency Type.int
Get Day of the Month.getName()
Get Name.Get Run only on IPGet Schedule Type.Get Updated.int
Get Updated By.Get Day of the Week.boolean
isActive()
Get Active.boolean
Get Ignore Processing Time.boolean
Get System Schedule.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Schedule_ID
(int AD_Schedule_ID) Set Schedulevoid
setAD_Schedule_UU
(String AD_Schedule_UU) Set AD_Schedule_UUvoid
setCronPattern
(String CronPattern) Set Cron Scheduling Pattern.void
setDescription
(String Description) Set Description.void
setFrequency
(int Frequency) Set Frequency.void
setFrequencyType
(String FrequencyType) Set Frequency Type.void
setIsActive
(boolean IsActive) Set Active.void
setIsIgnoreProcessingTime
(boolean IsIgnoreProcessingTime) Set Ignore Processing Time.void
setIsSystemSchedule
(boolean IsSystemSchedule) Set System Schedule.void
setMonthDay
(int MonthDay) Set Day of the Month.void
Set Name.void
setRunOnlyOnIP
(String RunOnlyOnIP) Set Run only on IPvoid
setScheduleType
(String ScheduleType) Set Schedule Type.void
setWeekDay
(String WeekDay) Set Day of the Week.
-
Field Details
-
Table_Name
TableName=AD_Schedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200020- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Schedule_ID
Column name AD_Schedule_ID- See Also:
-
COLUMNNAME_AD_Schedule_UU
Column name AD_Schedule_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CronPattern
Column name CronPattern- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_Frequency
Column name Frequency- See Also:
-
COLUMNNAME_FrequencyType
Column name FrequencyType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsIgnoreProcessingTime
Column name IsIgnoreProcessingTime- See Also:
-
COLUMNNAME_IsSystemSchedule
Column name IsSystemSchedule- See Also:
-
COLUMNNAME_MonthDay
Column name MonthDay- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_RunOnlyOnIP
Column name RunOnlyOnIP- See Also:
-
COLUMNNAME_ScheduleType
Column name ScheduleType- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WeekDay
Column name WeekDay- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Schedule_ID
void setAD_Schedule_ID(int AD_Schedule_ID) Set Schedule -
getAD_Schedule_ID
int getAD_Schedule_ID()Get Schedule -
setAD_Schedule_UU
Set AD_Schedule_UU -
getAD_Schedule_UU
String getAD_Schedule_UU()Get AD_Schedule_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setCronPattern
Set Cron Scheduling Pattern. Cron pattern to define when the process should be invoked. -
getCronPattern
String getCronPattern()Get Cron Scheduling Pattern. Cron pattern to define when the process should be invoked. -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setFrequency
void setFrequency(int Frequency) Set Frequency. Frequency of events -
getFrequency
int getFrequency()Get Frequency. Frequency of events -
setFrequencyType
Set Frequency Type. Frequency of event -
getFrequencyType
String getFrequencyType()Get Frequency Type. Frequency of event -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsIgnoreProcessingTime
void setIsIgnoreProcessingTime(boolean IsIgnoreProcessingTime) Set Ignore Processing Time. Do not include processing time for the DateNextRun calculation -
isIgnoreProcessingTime
boolean isIgnoreProcessingTime()Get Ignore Processing Time. Do not include processing time for the DateNextRun calculation -
setIsSystemSchedule
void setIsSystemSchedule(boolean IsSystemSchedule) Set System Schedule. Schedule Just For System -
isSystemSchedule
boolean isSystemSchedule()Get System Schedule. Schedule Just For System -
setMonthDay
void setMonthDay(int MonthDay) Set Day of the Month. Day of the month 1 to 28/29/30/31 -
getMonthDay
int getMonthDay()Get Day of the Month. Day of the month 1 to 28/29/30/31 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setRunOnlyOnIP
Set Run only on IP -
getRunOnlyOnIP
String getRunOnlyOnIP()Get Run only on IP -
setScheduleType
Set Schedule Type. Type of schedule -
getScheduleType
String getScheduleType()Get Schedule Type. Type of schedule -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setWeekDay
Set Day of the Week. Day of the Week -
getWeekDay
String getWeekDay()Get Day of the Week. Day of the Week
-