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 intgetDayInMonth()Returns the value of the 'Day In Month' attribute.intgetDaysRepeat()Returns the value of the 'Days Repeat' attribute.DategetEndDate()Returns the value of the 'End Date' attribute.PlannerItemScheduleMonthsgetMonths()Returns the value of the 'Months' containment reference.intgetMonthsRepeat()Returns the value of the 'Months Repeat' attribute.intgetRepeatCount()Returns the value of the 'Repeat Count' attribute.intgetWeekDayInMonth()Returns the value of the 'Week Day In Month' attribute.PlannerItemScheduleWeekDaysgetWeekDays()Returns the value of the 'Week Days' containment reference.intgetWeeksRepeat()Returns the value of the 'Weeks Repeat' attribute.intgetYearsRepeat()Returns the value of the 'Years Repeat' attribute.voidsetDayInMonth(int value)Sets the value of the 'Day In Month' attribute.voidsetDaysRepeat(int value)Sets the value of the 'Days Repeat' attribute.voidsetEndDate(Date value)Sets the value of the 'End Date' attribute.voidsetMonths(PlannerItemScheduleMonths value)Sets the value of the 'Months' containment reference.voidsetMonthsRepeat(int value)Sets the value of the 'Months Repeat' attribute.voidsetRepeatCount(int value)Sets the value of the 'Repeat Count' attribute.voidsetWeekDayInMonth(int value)Sets the value of the 'Week Day In Month' attribute.voidsetWeekDays(PlannerItemScheduleWeekDays value)Sets the value of the 'Week Days' containment reference.voidsetWeeksRepeat(int value)Sets the value of the 'Weeks Repeat' attribute.voidsetYearsRepeat(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-