Package com._1c.g5.v8.dt.planner.model
Interface PlannerItemSchedule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlannerItemScheduleImpl
public interface PlannerItemSchedule extends IBmObject
A representation of the model object 'Item Schedule'.The following features are supported:
- See Also:
PlannerPackage.getPlannerItemSchedule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDayInMonth()
Returns the value of the 'Day In Month' attribute.int
getDaysRepeat()
Returns the value of the 'Days Repeat' attribute.Date
getEndDate()
Returns the value of the 'End Date' attribute.PlannerItemScheduleMonths
getMonths()
Returns the value of the 'Months' containment reference.int
getMonthsRepeat()
Returns the value of the 'Months Repeat' attribute.int
getRepeatCount()
Returns the value of the 'Repeat Count' attribute.int
getWeekDayInMonth()
Returns the value of the 'Week Day In Month' attribute.PlannerItemScheduleWeekDays
getWeekDays()
Returns the value of the 'Week Days' containment reference.int
getWeeksRepeat()
Returns the value of the 'Weeks Repeat' attribute.int
getYearsRepeat()
Returns the value of the 'Years Repeat' attribute.void
setDayInMonth(int value)
Sets the value of the 'Day In Month
' attribute.void
setDaysRepeat(int value)
Sets the value of the 'Days Repeat
' attribute.void
setEndDate(Date value)
Sets the value of the 'End Date
' attribute.void
setMonths(PlannerItemScheduleMonths value)
Sets the value of the 'Months
' containment reference.void
setMonthsRepeat(int value)
Sets the value of the 'Months Repeat
' attribute.void
setRepeatCount(int value)
Sets the value of the 'Repeat Count
' attribute.void
setWeekDayInMonth(int value)
Sets the value of the 'Week Day In Month
' attribute.void
setWeekDays(PlannerItemScheduleWeekDays value)
Sets the value of the 'Week Days
' containment reference.void
setWeeksRepeat(int value)
Sets the value of the 'Weeks Repeat
' attribute.void
setYearsRepeat(int value)
Sets the value of the 'Years Repeat
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getEndDate
Date getEndDate()
Returns the value of the 'End Date' attribute.- Returns:
- the value of the 'End Date' attribute.
- See Also:
setEndDate(Date)
,PlannerPackage.getPlannerItemSchedule_EndDate()
-
setEndDate
void setEndDate(Date value)
Sets the value of the 'End Date
' attribute.- Parameters:
value
- the new value of the 'End Date' attribute.- See Also:
getEndDate()
-
getDayInMonth
int getDayInMonth()
Returns the value of the 'Day In Month' attribute.- Returns:
- the value of the 'Day In Month' attribute.
- See Also:
setDayInMonth(int)
,PlannerPackage.getPlannerItemSchedule_DayInMonth()
-
setDayInMonth
void setDayInMonth(int value)
Sets the value of the 'Day In Month
' attribute.- Parameters:
value
- the new value of the 'Day In Month' attribute.- See Also:
getDayInMonth()
-
getWeekDayInMonth
int getWeekDayInMonth()
Returns the value of the 'Week Day In Month' attribute.- Returns:
- the value of the 'Week Day In Month' attribute.
- See Also:
setWeekDayInMonth(int)
,PlannerPackage.getPlannerItemSchedule_WeekDayInMonth()
-
setWeekDayInMonth
void setWeekDayInMonth(int value)
Sets the value of the 'Week Day In Month
' attribute.- Parameters:
value
- the new value of the 'Week Day In Month' attribute.- See Also:
getWeekDayInMonth()
-
getDaysRepeat
int getDaysRepeat()
Returns the value of the 'Days Repeat' attribute.- Returns:
- the value of the 'Days Repeat' attribute.
- See Also:
setDaysRepeat(int)
,PlannerPackage.getPlannerItemSchedule_DaysRepeat()
-
setDaysRepeat
void setDaysRepeat(int value)
Sets the value of the 'Days Repeat
' attribute.- Parameters:
value
- the new value of the 'Days Repeat' attribute.- See Also:
getDaysRepeat()
-
getWeeksRepeat
int getWeeksRepeat()
Returns the value of the 'Weeks Repeat' attribute.- Returns:
- the value of the 'Weeks Repeat' attribute.
- See Also:
setWeeksRepeat(int)
,PlannerPackage.getPlannerItemSchedule_WeeksRepeat()
-
setWeeksRepeat
void setWeeksRepeat(int value)
Sets the value of the 'Weeks Repeat
' attribute.- Parameters:
value
- the new value of the 'Weeks Repeat' attribute.- See Also:
getWeeksRepeat()
-
getMonthsRepeat
int getMonthsRepeat()
Returns the value of the 'Months Repeat' attribute.- Returns:
- the value of the 'Months Repeat' attribute.
- See Also:
setMonthsRepeat(int)
,PlannerPackage.getPlannerItemSchedule_MonthsRepeat()
-
setMonthsRepeat
void setMonthsRepeat(int value)
Sets the value of the 'Months Repeat
' attribute.- Parameters:
value
- the new value of the 'Months Repeat' attribute.- See Also:
getMonthsRepeat()
-
getYearsRepeat
int getYearsRepeat()
Returns the value of the 'Years Repeat' attribute.- Returns:
- the value of the 'Years Repeat' attribute.
- See Also:
setYearsRepeat(int)
,PlannerPackage.getPlannerItemSchedule_YearsRepeat()
-
setYearsRepeat
void setYearsRepeat(int value)
Sets the value of the 'Years Repeat
' attribute.- Parameters:
value
- the new value of the 'Years Repeat' attribute.- See Also:
getYearsRepeat()
-
getRepeatCount
int getRepeatCount()
Returns the value of the 'Repeat Count' attribute.- Returns:
- the value of the 'Repeat Count' attribute.
- See Also:
setRepeatCount(int)
,PlannerPackage.getPlannerItemSchedule_RepeatCount()
-
setRepeatCount
void setRepeatCount(int value)
Sets the value of the 'Repeat Count
' attribute.- Parameters:
value
- the new value of the 'Repeat Count' attribute.- See Also:
getRepeatCount()
-
getWeekDays
PlannerItemScheduleWeekDays getWeekDays()
Returns the value of the 'Week Days' containment reference.- Returns:
- the value of the 'Week Days' containment reference.
- See Also:
setWeekDays(PlannerItemScheduleWeekDays)
,PlannerPackage.getPlannerItemSchedule_WeekDays()
-
setWeekDays
void setWeekDays(PlannerItemScheduleWeekDays value)
Sets the value of the 'Week Days
' containment reference.- Parameters:
value
- the new value of the 'Week Days' containment reference.- See Also:
getWeekDays()
-
getMonths
PlannerItemScheduleMonths getMonths()
Returns the value of the 'Months' containment reference.- Returns:
- the value of the 'Months' containment reference.
- See Also:
setMonths(PlannerItemScheduleMonths)
,PlannerPackage.getPlannerItemSchedule_Months()
-
setMonths
void setMonths(PlannerItemScheduleMonths value)
Sets the value of the 'Months
' containment reference.- Parameters:
value
- the new value of the 'Months' containment reference.- See Also:
getMonths()
-
-