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 PlannerItemSchedulePlannerFactory. createPlannerItemSchedule()Returns a new object of class 'Item Schedule'.PlannerItemSchedulePlannerItem. 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 voidPlannerItem. 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 classPlannerItemScheduleImplAn 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 PlannerItemSchedulePlannerFactoryImpl. createPlannerItemSchedule()PlannerItemSchedulePlannerItemImpl. getSchedule()Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemSchedule Modifier and Type Method Description voidPlannerItemImpl. 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 TPlannerSwitch. casePlannerItemSchedule(PlannerItemSchedule object)Returns the result of interpreting the object as an instance of 'Item Schedule'. 
 -