Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerItemScheduleMonths
-
Packages that use PlannerItemScheduleMonths Package Description com._1c.g5.v8.dt.planner.model com._1c.g5.v8.dt.planner.model.impl com._1c.g5.v8.dt.planner.model.util -
-
Uses of PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemScheduleMonths Modifier and Type Method Description PlannerItemScheduleMonths
PlannerFactory. createPlannerItemScheduleMonths()
Returns a new object of class 'Item Schedule Months'.PlannerItemScheduleMonths
PlannerItemSchedule. getMonths()
Returns the value of the 'Months' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description void
PlannerItemSchedule. setMonths(PlannerItemScheduleMonths value)
Sets the value of the 'Months
' containment reference. -
Uses of PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerItemScheduleMonths Modifier and Type Class Description class
PlannerItemScheduleMonthsImpl
An implementation of the model object 'Item Schedule Months'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemScheduleMonths Modifier and Type Method Description PlannerItemScheduleMonths
PlannerFactoryImpl. createPlannerItemScheduleMonths()
PlannerItemScheduleMonths
PlannerItemScheduleImpl. getMonths()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description void
PlannerItemScheduleImpl. setMonths(PlannerItemScheduleMonths newMonths)
-
Uses of PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description T
PlannerSwitch. casePlannerItemScheduleMonths(PlannerItemScheduleMonths object)
Returns the result of interpreting the object as an instance of 'Item Schedule Months'.
-