public interface Entity extends DomainObject
The following features are supported:
TacticdslPackage.getEntity()| Modifier and Type | Method and Description |
|---|---|
Entity |
getExtends()
Returns the value of the 'Extends' reference.
|
boolean |
isNotAuditable()
Returns the value of the 'Not Auditable' attribute.
|
boolean |
isNotOptimisticLocking()
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. |
getAttributes, getBelongsTo, getDatabaseTable, getDiscriminatorColumn, getDiscriminatorLength, getDiscriminatorType, getDiscriminatorValue, getExtendsName, getInheritanceType, getOperations, getReferences, getRepository, getTraits, getValidate, isAbstract, isAggregateRoot, isCache, isGapClass, isNoGapClass, isScaffold, setAbstract, setAggregateRoot, setBelongsTo, setCache, setDatabaseTable, setDiscriminatorColumn, setDiscriminatorLength, setDiscriminatorType, setDiscriminatorValue, setExtendsName, setGapClass, setInheritanceType, setNoGapClass, setRepository, setScaffold, setValidategetDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackageEntity getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(Entity),
TacticdslPackage.getEntity_Extends()void setExtends(Entity value)
Extends' reference.
value - the new value of the 'Extends' reference.getExtends()boolean isNotOptimisticLocking()
If the meaning of the 'Not Optimistic Locking' attribute isn't clear, there really should be more of a description here...
setNotOptimisticLocking(boolean),
TacticdslPackage.getEntity_NotOptimisticLocking()void setNotOptimisticLocking(boolean value)
Not Optimistic Locking' attribute.
value - the new value of the 'Not Optimistic Locking' attribute.isNotOptimisticLocking()boolean isNotAuditable()
If the meaning of the 'Not Auditable' attribute isn't clear, there really should be more of a description here...
setNotAuditable(boolean),
TacticdslPackage.getEntity_NotAuditable()void setNotAuditable(boolean value)
Not Auditable' attribute.
value - the new value of the 'Not Auditable' attribute.isNotAuditable()