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
A representation of the model object 'Item Schedule'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Day In Month' attribute.intReturns the value of the 'Days Repeat' attribute.Returns the value of the 'End Date' attribute.Returns the value of the 'Months' containment reference.intReturns the value of the 'Months Repeat' attribute.intReturns the value of the 'Repeat Count' attribute.intReturns the value of the 'Week Day In Month' attribute.Returns the value of the 'Week Days' containment reference.intReturns the value of the 'Weeks Repeat' attribute.intReturns 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.voidSets 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.voidSets 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, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEndDate
Date getEndDate()Returns the value of the 'End Date' attribute.- Returns:
- the value of the 'End Date' attribute.
- See Also:
-
setEndDate
Sets the value of the 'End Date' attribute.- Parameters:
value- the new value of the 'End Date' attribute.- See Also:
-
getDayInMonth
int getDayInMonth()Returns the value of the 'Day In Month' attribute.- Returns:
- the value of the 'Day In Month' attribute.
- See Also:
-
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:
-
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
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:
-
getDaysRepeat
int getDaysRepeat()Returns the value of the 'Days Repeat' attribute.- Returns:
- the value of the 'Days Repeat' attribute.
- See Also:
-
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:
-
getWeeksRepeat
int getWeeksRepeat()Returns the value of the 'Weeks Repeat' attribute.- Returns:
- the value of the 'Weeks Repeat' attribute.
- See Also:
-
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:
-
getMonthsRepeat
int getMonthsRepeat()Returns the value of the 'Months Repeat' attribute.- Returns:
- the value of the 'Months Repeat' attribute.
- See Also:
-
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:
-
getYearsRepeat
int getYearsRepeat()Returns the value of the 'Years Repeat' attribute.- Returns:
- the value of the 'Years Repeat' attribute.
- See Also:
-
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:
-
getRepeatCount
int getRepeatCount()Returns the value of the 'Repeat Count' attribute.- Returns:
- the value of the 'Repeat Count' attribute.
- See Also:
-
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:
-
getWeekDays
PlannerItemScheduleWeekDays getWeekDays()Returns the value of the 'Week Days' containment reference.- Returns:
- the value of the 'Week Days' containment reference.
- See Also:
-
setWeekDays
Sets the value of the 'Week Days' containment reference.- Parameters:
value- the new value of the 'Week Days' containment reference.- See Also:
-
getMonths
PlannerItemScheduleMonths getMonths()Returns the value of the 'Months' containment reference.- Returns:
- the value of the 'Months' containment reference.
- See Also:
-
setMonths
Sets the value of the 'Months' containment reference.- Parameters:
value- the new value of the 'Months' containment reference.- See Also:
-