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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Schedule_ID
Column name AD_Schedule_IDstatic String
COLUMNNAME_AD_Schedule_UU
Column name AD_Schedule_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CronPattern
Column name CronPatternstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Frequency
Column name Frequencystatic String
COLUMNNAME_FrequencyType
Column name FrequencyTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsIgnoreProcessingTime
Column name IsIgnoreProcessingTimestatic String
COLUMNNAME_IsSystemSchedule
Column name IsSystemSchedulestatic String
COLUMNNAME_MonthDay
Column name MonthDaystatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_RunOnlyOnIP
Column name RunOnlyOnIPstatic String
COLUMNNAME_ScheduleType
Column name ScheduleTypestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WeekDay
Column name WeekDaystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200020static String
Table_Name
TableName=AD_Schedule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_Schedule_ID()
Get ScheduleString
getAD_Schedule_UU()
Get AD_Schedule_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getCronPattern()
Get Cron Scheduling Pattern.String
getDescription()
Get Description.int
getFrequency()
Get Frequency.String
getFrequencyType()
Get Frequency Type.int
getMonthDay()
Get Day of the Month.String
getName()
Get Name.String
getRunOnlyOnIP()
Get Run only on IPString
getScheduleType()
Get Schedule Type.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getWeekDay()
Get Day of the Week.boolean
isActive()
Get Active.boolean
isIgnoreProcessingTime()
Get Ignore Processing Time.boolean
isSystemSchedule()
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
setName(String Name)
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 Detail
-
Table_Name
static final String Table_Name
TableName=AD_Schedule- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200020- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Schedule_ID
static final String COLUMNNAME_AD_Schedule_ID
Column name AD_Schedule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Schedule_UU
static final String COLUMNNAME_AD_Schedule_UU
Column name AD_Schedule_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CronPattern
static final String COLUMNNAME_CronPattern
Column name CronPattern- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Frequency
static final String COLUMNNAME_Frequency
Column name Frequency- See Also:
- Constant Field Values
-
COLUMNNAME_FrequencyType
static final String COLUMNNAME_FrequencyType
Column name FrequencyType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsIgnoreProcessingTime
static final String COLUMNNAME_IsIgnoreProcessingTime
Column name IsIgnoreProcessingTime- See Also:
- Constant Field Values
-
COLUMNNAME_IsSystemSchedule
static final String COLUMNNAME_IsSystemSchedule
Column name IsSystemSchedule- See Also:
- Constant Field Values
-
COLUMNNAME_MonthDay
static final String COLUMNNAME_MonthDay
Column name MonthDay- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_RunOnlyOnIP
static final String COLUMNNAME_RunOnlyOnIP
Column name RunOnlyOnIP- See Also:
- Constant Field Values
-
COLUMNNAME_ScheduleType
static final String COLUMNNAME_ScheduleType
Column name ScheduleType- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WeekDay
static final String COLUMNNAME_WeekDay
Column name WeekDay- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
void setAD_Schedule_UU(String AD_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
void setCronPattern(String CronPattern)
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
void setDescription(String Description)
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
void setFrequencyType(String FrequencyType)
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
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setRunOnlyOnIP
void setRunOnlyOnIP(String RunOnlyOnIP)
Set Run only on IP
-
getRunOnlyOnIP
String getRunOnlyOnIP()
Get Run only on IP
-
setScheduleType
void setScheduleType(String ScheduleType)
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
void setWeekDay(String WeekDay)
Set Day of the Week. Day of the Week
-
getWeekDay
String getWeekDay()
Get Day of the Week. Day of the Week
-
-