Package org.compiere.model
Interface I_AD_Schedule
-
- All Known Implementing Classes:
MSchedule,X_AD_Schedule
public interface I_AD_ScheduleGenerated Interface for AD_Schedule- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Schedule_IDColumn name AD_Schedule_IDstatic StringCOLUMNNAME_AD_Schedule_UUColumn name AD_Schedule_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CronPatternColumn name CronPatternstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_FrequencyColumn name Frequencystatic StringCOLUMNNAME_FrequencyTypeColumn name FrequencyTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsIgnoreProcessingTimeColumn name IsIgnoreProcessingTimestatic StringCOLUMNNAME_IsSystemScheduleColumn name IsSystemSchedulestatic StringCOLUMNNAME_MonthDayColumn name MonthDaystatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_RunOnlyOnIPColumn name RunOnlyOnIPstatic StringCOLUMNNAME_ScheduleTypeColumn name ScheduleTypestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WeekDayColumn name WeekDaystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200020static StringTable_NameTableName=AD_Schedule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_Schedule_ID()Get ScheduleStringgetAD_Schedule_UU()Get AD_Schedule_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCronPattern()Get Cron Scheduling Pattern.StringgetDescription()Get Description.intgetFrequency()Get Frequency.StringgetFrequencyType()Get Frequency Type.intgetMonthDay()Get Day of the Month.StringgetName()Get Name.StringgetRunOnlyOnIP()Get Run only on IPStringgetScheduleType()Get Schedule Type.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetWeekDay()Get Day of the Week.booleanisActive()Get Active.booleanisIgnoreProcessingTime()Get Ignore Processing Time.booleanisSystemSchedule()Get System Schedule.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Schedule_ID(int AD_Schedule_ID)Set SchedulevoidsetAD_Schedule_UU(String AD_Schedule_UU)Set AD_Schedule_UUvoidsetCronPattern(String CronPattern)Set Cron Scheduling Pattern.voidsetDescription(String Description)Set Description.voidsetFrequency(int Frequency)Set Frequency.voidsetFrequencyType(String FrequencyType)Set Frequency Type.voidsetIsActive(boolean IsActive)Set Active.voidsetIsIgnoreProcessingTime(boolean IsIgnoreProcessingTime)Set Ignore Processing Time.voidsetIsSystemSchedule(boolean IsSystemSchedule)Set System Schedule.voidsetMonthDay(int MonthDay)Set Day of the Month.voidsetName(String Name)Set Name.voidsetRunOnlyOnIP(String RunOnlyOnIP)Set Run only on IPvoidsetScheduleType(String ScheduleType)Set Schedule Type.voidsetWeekDay(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
-
-