Interface CollectItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CollectItemImpl
public interface CollectItem extends IBmObject
A representation of the model object 'Collect Item'.The following features are supported:
- See Also:
GanttChartPackage.getCollectItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCacheKey()
Returns the value of the 'Cache Key' attribute.Date
getKey()
Returns the value of the 'Key' attribute.Date
getSecondaryDate()
Returns the value of the 'Secondary Date' attribute.void
setCacheKey(int value)
Sets the value of the 'Cache Key
' attribute.void
setKey(Date value)
Sets the value of the 'Key
' attribute.void
setSecondaryDate(Date value)
Sets the value of the 'Secondary Date
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getKey
Date getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(Date)
,GanttChartPackage.getCollectItem_Key()
-
setKey
void setKey(Date value)
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getSecondaryDate
Date getSecondaryDate()
Returns the value of the 'Secondary Date' attribute.- Returns:
- the value of the 'Secondary Date' attribute.
- See Also:
setSecondaryDate(Date)
,GanttChartPackage.getCollectItem_SecondaryDate()
-
setSecondaryDate
void setSecondaryDate(Date value)
Sets the value of the 'Secondary Date
' attribute.- Parameters:
value
- the new value of the 'Secondary Date' attribute.- See Also:
getSecondaryDate()
-
getCacheKey
int getCacheKey()
Returns the value of the 'Cache Key' attribute.- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
setCacheKey(int)
,GanttChartPackage.getCollectItem_CacheKey()
-
setCacheKey
void setCacheKey(int value)
Sets the value of the 'Cache Key
' attribute.- Parameters:
value
- the new value of the 'Cache Key' attribute.- See Also:
getCacheKey()
-
-