Package com._1c.g5.v8.dt.schedule.model
Interface DailySchedule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DailyScheduleImpl
public interface DailySchedule extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Daily Schedule'.The following features are supported:
- See Also:
SchedulePackage.getDailySchedule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getBeginTime()
Returns the value of the 'Begin Time' attribute.int
getCompletionInterval()
Returns the value of the 'Completion Interval' attribute.Date
getCompletionTime()
Returns the value of the 'Completion Time' attribute.Date
getEndTime()
Returns the value of the 'End Time' attribute.int
getRepeatPause()
Returns the value of the 'Repeat Pause' attribute.int
getRepeatPeriodInDay()
Returns the value of the 'Repeat Period In Day' attribute.void
setBeginTime(Date value)
Sets the value of the 'Begin Time
' attribute.void
setCompletionInterval(int value)
Sets the value of the 'Completion Interval
' attribute.void
setCompletionTime(Date value)
Sets the value of the 'Completion Time
' attribute.void
setEndTime(Date value)
Sets the value of the 'End Time
' attribute.void
setRepeatPause(int value)
Sets the value of the 'Repeat Pause
' attribute.void
setRepeatPeriodInDay(int value)
Sets the value of the 'Repeat Period In Day
' attribute.
-
-
-
Method Detail
-
getBeginTime
Date getBeginTime()
Returns the value of the 'Begin Time' attribute.- Returns:
- the value of the 'Begin Time' attribute.
- See Also:
setBeginTime(Date)
,SchedulePackage.getDailySchedule_BeginTime()
-
setBeginTime
void setBeginTime(Date value)
Sets the value of the 'Begin Time
' attribute.- Parameters:
value
- the new value of the 'Begin Time' attribute.- See Also:
getBeginTime()
-
getEndTime
Date getEndTime()
Returns the value of the 'End Time' attribute.- Returns:
- the value of the 'End Time' attribute.
- See Also:
setEndTime(Date)
,SchedulePackage.getDailySchedule_EndTime()
-
setEndTime
void setEndTime(Date value)
Sets the value of the 'End Time
' attribute.- Parameters:
value
- the new value of the 'End Time' attribute.- See Also:
getEndTime()
-
getCompletionTime
Date getCompletionTime()
Returns the value of the 'Completion Time' attribute.- Returns:
- the value of the 'Completion Time' attribute.
- See Also:
setCompletionTime(Date)
,SchedulePackage.getDailySchedule_CompletionTime()
-
setCompletionTime
void setCompletionTime(Date value)
Sets the value of the 'Completion Time
' attribute.- Parameters:
value
- the new value of the 'Completion Time' attribute.- See Also:
getCompletionTime()
-
getCompletionInterval
int getCompletionInterval()
Returns the value of the 'Completion Interval' attribute.- Returns:
- the value of the 'Completion Interval' attribute.
- See Also:
setCompletionInterval(int)
,SchedulePackage.getDailySchedule_CompletionInterval()
-
setCompletionInterval
void setCompletionInterval(int value)
Sets the value of the 'Completion Interval
' attribute.- Parameters:
value
- the new value of the 'Completion Interval' attribute.- See Also:
getCompletionInterval()
-
getRepeatPeriodInDay
int getRepeatPeriodInDay()
Returns the value of the 'Repeat Period In Day' attribute.- Returns:
- the value of the 'Repeat Period In Day' attribute.
- See Also:
setRepeatPeriodInDay(int)
,SchedulePackage.getDailySchedule_RepeatPeriodInDay()
-
setRepeatPeriodInDay
void setRepeatPeriodInDay(int value)
Sets the value of the 'Repeat Period In Day
' attribute.- Parameters:
value
- the new value of the 'Repeat Period In Day' attribute.- See Also:
getRepeatPeriodInDay()
-
getRepeatPause
int getRepeatPause()
Returns the value of the 'Repeat Pause' attribute.- Returns:
- the value of the 'Repeat Pause' attribute.
- See Also:
setRepeatPause(int)
,SchedulePackage.getDailySchedule_RepeatPause()
-
setRepeatPause
void setRepeatPause(int value)
Sets the value of the 'Repeat Pause
' attribute.- Parameters:
value
- the new value of the 'Repeat Pause' attribute.- See Also:
getRepeatPause()
-
-