Class ScheduleImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.schedule.model.impl.ScheduleImpl
-
- All Implemented Interfaces:
IBmObject
,Schedule
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
public class ScheduleImpl extends BmObject implements Schedule
An implementation of the model object 'Schedule'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ScheduleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.emf.ecore.EClass
eStaticClass()
protected int
eStaticFeatureCount()
Date
getBeginDate()
Date
getBeginTime()
int
getCompletionInterval()
Date
getCompletionTime()
org.eclipse.emf.common.util.EList<DailySchedule>
getDailySchedules()
int
getDayInMonth()
int
getDaysRepeatPeriod()
Date
getEndDate()
Date
getEndTime()
org.eclipse.emf.common.util.EList<Months>
getMonths()
int
getRepeatPause()
int
getRepeatPeriodInDay()
int
getWeekDayInMonth()
org.eclipse.emf.common.util.EList<WeekDays>
getWeekDays()
int
getWeeksPeriod()
void
setBeginDate(Date newBeginDate)
void
setBeginTime(Date newBeginTime)
void
setCompletionInterval(int newCompletionInterval)
void
setCompletionTime(Date newCompletionTime)
void
setDayInMonth(int newDayInMonth)
void
setDaysRepeatPeriod(int newDaysRepeatPeriod)
void
setEndDate(Date newEndDate)
void
setEndTime(Date newEndTime)
void
setRepeatPause(int newRepeatPause)
void
setRepeatPeriodInDay(int newRepeatPeriodInDay)
void
setWeekDayInMonth(int newWeekDayInMonth)
void
setWeeksPeriod(int newWeeksPeriod)
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCount
in classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getBeginDate
public Date getBeginDate()
- Specified by:
getBeginDate
in interfaceSchedule
- Returns:
- the value of the 'Begin Date' attribute.
- See Also:
Schedule.setBeginDate(Date)
,SchedulePackage.getSchedule_BeginDate()
-
setBeginDate
public void setBeginDate(Date newBeginDate)
- Specified by:
setBeginDate
in interfaceSchedule
- Parameters:
newBeginDate
- the new value of the 'Begin Date' attribute.- See Also:
Schedule.getBeginDate()
-
getEndDate
public Date getEndDate()
- Specified by:
getEndDate
in interfaceSchedule
- Returns:
- the value of the 'End Date' attribute.
- See Also:
Schedule.setEndDate(Date)
,SchedulePackage.getSchedule_EndDate()
-
setEndDate
public void setEndDate(Date newEndDate)
- Specified by:
setEndDate
in interfaceSchedule
- Parameters:
newEndDate
- the new value of the 'End Date' attribute.- See Also:
Schedule.getEndDate()
-
getDaysRepeatPeriod
public int getDaysRepeatPeriod()
- Specified by:
getDaysRepeatPeriod
in interfaceSchedule
- Returns:
- the value of the 'Days Repeat Period' attribute.
- See Also:
Schedule.setDaysRepeatPeriod(int)
,SchedulePackage.getSchedule_DaysRepeatPeriod()
-
setDaysRepeatPeriod
public void setDaysRepeatPeriod(int newDaysRepeatPeriod)
- Specified by:
setDaysRepeatPeriod
in interfaceSchedule
- Parameters:
newDaysRepeatPeriod
- the new value of the 'Days Repeat Period' attribute.- See Also:
Schedule.getDaysRepeatPeriod()
-
getBeginTime
public Date getBeginTime()
- Specified by:
getBeginTime
in interfaceSchedule
- Returns:
- the value of the 'Begin Time' attribute.
- See Also:
Schedule.setBeginTime(Date)
,SchedulePackage.getSchedule_BeginTime()
-
setBeginTime
public void setBeginTime(Date newBeginTime)
- Specified by:
setBeginTime
in interfaceSchedule
- Parameters:
newBeginTime
- the new value of the 'Begin Time' attribute.- See Also:
Schedule.getBeginTime()
-
getEndTime
public Date getEndTime()
- Specified by:
getEndTime
in interfaceSchedule
- Returns:
- the value of the 'End Time' attribute.
- See Also:
Schedule.setEndTime(Date)
,SchedulePackage.getSchedule_EndTime()
-
setEndTime
public void setEndTime(Date newEndTime)
- Specified by:
setEndTime
in interfaceSchedule
- Parameters:
newEndTime
- the new value of the 'End Time' attribute.- See Also:
Schedule.getEndTime()
-
getCompletionTime
public Date getCompletionTime()
- Specified by:
getCompletionTime
in interfaceSchedule
- Returns:
- the value of the 'Completion Time' attribute.
- See Also:
Schedule.setCompletionTime(Date)
,SchedulePackage.getSchedule_CompletionTime()
-
setCompletionTime
public void setCompletionTime(Date newCompletionTime)
- Specified by:
setCompletionTime
in interfaceSchedule
- Parameters:
newCompletionTime
- the new value of the 'Completion Time' attribute.- See Also:
Schedule.getCompletionTime()
-
getCompletionInterval
public int getCompletionInterval()
- Specified by:
getCompletionInterval
in interfaceSchedule
- Returns:
- the value of the 'Completion Interval' attribute.
- See Also:
Schedule.setCompletionInterval(int)
,SchedulePackage.getSchedule_CompletionInterval()
-
setCompletionInterval
public void setCompletionInterval(int newCompletionInterval)
- Specified by:
setCompletionInterval
in interfaceSchedule
- Parameters:
newCompletionInterval
- the new value of the 'Completion Interval' attribute.- See Also:
Schedule.getCompletionInterval()
-
getRepeatPeriodInDay
public int getRepeatPeriodInDay()
- Specified by:
getRepeatPeriodInDay
in interfaceSchedule
- Returns:
- the value of the 'Repeat Period In Day' attribute.
- See Also:
Schedule.setRepeatPeriodInDay(int)
,SchedulePackage.getSchedule_RepeatPeriodInDay()
-
setRepeatPeriodInDay
public void setRepeatPeriodInDay(int newRepeatPeriodInDay)
- Specified by:
setRepeatPeriodInDay
in interfaceSchedule
- Parameters:
newRepeatPeriodInDay
- the new value of the 'Repeat Period In Day' attribute.- See Also:
Schedule.getRepeatPeriodInDay()
-
getRepeatPause
public int getRepeatPause()
- Specified by:
getRepeatPause
in interfaceSchedule
- Returns:
- the value of the 'Repeat Pause' attribute.
- See Also:
Schedule.setRepeatPause(int)
,SchedulePackage.getSchedule_RepeatPause()
-
setRepeatPause
public void setRepeatPause(int newRepeatPause)
- Specified by:
setRepeatPause
in interfaceSchedule
- Parameters:
newRepeatPause
- the new value of the 'Repeat Pause' attribute.- See Also:
Schedule.getRepeatPause()
-
getDailySchedules
public org.eclipse.emf.common.util.EList<DailySchedule> getDailySchedules()
- Specified by:
getDailySchedules
in interfaceSchedule
- Returns:
- the value of the 'Daily Schedules' containment reference list.
- See Also:
SchedulePackage.getSchedule_DailySchedules()
-
getWeeksPeriod
public int getWeeksPeriod()
- Specified by:
getWeeksPeriod
in interfaceSchedule
- Returns:
- the value of the 'Weeks Period' attribute.
- See Also:
Schedule.setWeeksPeriod(int)
,SchedulePackage.getSchedule_WeeksPeriod()
-
setWeeksPeriod
public void setWeeksPeriod(int newWeeksPeriod)
- Specified by:
setWeeksPeriod
in interfaceSchedule
- Parameters:
newWeeksPeriod
- the new value of the 'Weeks Period' attribute.- See Also:
Schedule.getWeeksPeriod()
-
getWeekDays
public org.eclipse.emf.common.util.EList<WeekDays> getWeekDays()
- Specified by:
getWeekDays
in interfaceSchedule
- Returns:
- the value of the 'Week Days' attribute list.
- See Also:
WeekDays
,SchedulePackage.getSchedule_WeekDays()
-
getWeekDayInMonth
public int getWeekDayInMonth()
- Specified by:
getWeekDayInMonth
in interfaceSchedule
- Returns:
- the value of the 'Week Day In Month' attribute.
- See Also:
Schedule.setWeekDayInMonth(int)
,SchedulePackage.getSchedule_WeekDayInMonth()
-
setWeekDayInMonth
public void setWeekDayInMonth(int newWeekDayInMonth)
- Specified by:
setWeekDayInMonth
in interfaceSchedule
- Parameters:
newWeekDayInMonth
- the new value of the 'Week Day In Month' attribute.- See Also:
Schedule.getWeekDayInMonth()
-
getDayInMonth
public int getDayInMonth()
- Specified by:
getDayInMonth
in interfaceSchedule
- Returns:
- the value of the 'Day In Month' attribute.
- See Also:
Schedule.setDayInMonth(int)
,SchedulePackage.getSchedule_DayInMonth()
-
setDayInMonth
public void setDayInMonth(int newDayInMonth)
- Specified by:
setDayInMonth
in interfaceSchedule
- Parameters:
newDayInMonth
- the new value of the 'Day In Month' attribute.- See Also:
Schedule.getDayInMonth()
-
getMonths
public org.eclipse.emf.common.util.EList<Months> getMonths()
- Specified by:
getMonths
in interfaceSchedule
- Returns:
- the value of the 'Months' attribute list.
- See Also:
Months
,SchedulePackage.getSchedule_Months()
-
-