Interface CollectItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CollectItemImpl
A representation of the model object 'Collect Item'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Cache Key' attribute.getKey()
Returns the value of the 'Key' attribute.Returns the value of the 'Secondary Date' attribute.void
setCacheKey
(int value) Sets the value of the 'Cache Key
' attribute.void
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKey
Date getKey()Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
-
getSecondaryDate
Date getSecondaryDate()Returns the value of the 'Secondary Date' attribute.- Returns:
- the value of the 'Secondary Date' attribute.
- See Also:
-
setSecondaryDate
Sets the value of the 'Secondary Date
' attribute.- Parameters:
value
- the new value of the 'Secondary Date' attribute.- See Also:
-
getCacheKey
int getCacheKey()Returns the value of the 'Cache Key' attribute.- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
-
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:
-