Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerItemSchedule
-
Packages that use PlannerItemSchedule 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 PlannerItemSchedule in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemSchedule Modifier and Type Method Description PlannerItemSchedule
PlannerFactory. createPlannerItemSchedule()
Returns a new object of class 'Item Schedule'.PlannerItemSchedule
PlannerItem. getSchedule()
Returns the value of the 'Schedule' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemSchedule Modifier and Type Method Description void
PlannerItem. setSchedule(PlannerItemSchedule value)
Sets the value of the 'Schedule
' containment reference. -
Uses of PlannerItemSchedule in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerItemSchedule Modifier and Type Class Description class
PlannerItemScheduleImpl
An implementation of the model object 'Item Schedule'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemSchedule Modifier and Type Method Description PlannerItemSchedule
PlannerFactoryImpl. createPlannerItemSchedule()
PlannerItemSchedule
PlannerItemImpl. getSchedule()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemSchedule Modifier and Type Method Description void
PlannerItemImpl. setSchedule(PlannerItemSchedule newSchedule)
-
Uses of PlannerItemSchedule in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerItemSchedule Modifier and Type Method Description T
PlannerSwitch. casePlannerItemSchedule(PlannerItemSchedule object)
Returns the result of interpreting the object as an instance of 'Item Schedule'.
-