Interface Entity
- All Superinterfaces:
DomainObject
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
A representation of the model object 'Entity'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extends' reference.boolean
Returns the value of the 'Not Auditable' attribute.boolean
Returns the value of the 'Not Optimistic Locking' attribute.void
setExtends
(Entity value) Sets the value of the 'Extends
' reference.void
setNotAuditable
(boolean value) Sets the value of the 'Not Auditable
' attribute.void
setNotOptimisticLocking
(boolean value) Sets the value of the 'Not Optimistic Locking
' attribute.Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.DomainObject
getAssociations, getAttributes, getBelongsTo, getComment, getDatabaseTable, getDiscriminatorColumn, getDiscriminatorLength, getDiscriminatorType, getDiscriminatorValue, getExtendsName, getInheritanceType, getOperations, getReferences, getRepository, getTraits, getValidate, isAbstract, isAggregateRoot, isCache, isGapClass, isNoGapClass, isScaffold, setAbstract, setAggregateRoot, setBelongsTo, setCache, setComment, setDatabaseTable, setDiscriminatorColumn, setDiscriminatorLength, setDiscriminatorType, setDiscriminatorValue, setExtendsName, setGapClass, setInheritanceType, setNoGapClass, setRepository, setScaffold, setValidate
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
-
Method Details
-
getExtends
Entity getExtends()Returns the value of the 'Extends' reference.- Returns:
- the value of the 'Extends' reference.
- See Also:
- Model:
- Generated:
-
setExtends
Sets the value of the 'Extends
' reference.- Parameters:
value
- the new value of the 'Extends' reference.- See Also:
- Generated:
-
isNotOptimisticLocking
boolean isNotOptimisticLocking()Returns the value of the 'Not Optimistic Locking' attribute.- Returns:
- the value of the 'Not Optimistic Locking' attribute.
- See Also:
- Model:
- Generated:
-
setNotOptimisticLocking
void setNotOptimisticLocking(boolean value) Sets the value of the 'Not Optimistic Locking
' attribute.- Parameters:
value
- the new value of the 'Not Optimistic Locking' attribute.- See Also:
- Generated:
-
isNotAuditable
boolean isNotAuditable()Returns the value of the 'Not Auditable' attribute.- Returns:
- the value of the 'Not Auditable' attribute.
- See Also:
- Model:
- Generated:
-
setNotAuditable
void setNotAuditable(boolean value) Sets the value of the 'Not Auditable
' attribute.- Parameters:
value
- the new value of the 'Not Auditable' attribute.- See Also:
- Generated:
-