public interface ValueObject extends DomainObject
The following features are supported:
TacticdslPackage.getValueObject()| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getExtends()
Returns the value of the 'Extends' reference.
|
boolean |
isNotImmutable()
Returns the value of the 'Not Immutable' attribute.
|
boolean |
isNotOptimisticLocking()
Returns the value of the 'Not Optimistic Locking' attribute.
|
boolean |
isNotPersistent()
Returns the value of the 'Not Persistent' attribute.
|
boolean |
isPersistent()
Returns the value of the 'Persistent' attribute.
|
void |
setExtends(ValueObject value)
Sets the value of the '
Extends' reference. |
void |
setNotImmutable(boolean value)
Sets the value of the '
Not Immutable' attribute. |
void |
setNotOptimisticLocking(boolean value)
Sets the value of the '
Not Optimistic Locking' attribute. |
void |
setNotPersistent(boolean value)
Sets the value of the '
Not Persistent' attribute. |
void |
setPersistent(boolean value)
Sets the value of the '
Persistent' 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, setPackageValueObject getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(ValueObject),
TacticdslPackage.getValueObject_Extends()void setExtends(ValueObject 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.getValueObject_NotOptimisticLocking()void setNotOptimisticLocking(boolean value)
Not Optimistic Locking' attribute.
value - the new value of the 'Not Optimistic Locking' attribute.isNotOptimisticLocking()boolean isNotImmutable()
If the meaning of the 'Not Immutable' attribute isn't clear, there really should be more of a description here...
setNotImmutable(boolean),
TacticdslPackage.getValueObject_NotImmutable()void setNotImmutable(boolean value)
Not Immutable' attribute.
value - the new value of the 'Not Immutable' attribute.isNotImmutable()boolean isPersistent()
If the meaning of the 'Persistent' attribute isn't clear, there really should be more of a description here...
setPersistent(boolean),
TacticdslPackage.getValueObject_Persistent()void setPersistent(boolean value)
Persistent' attribute.
value - the new value of the 'Persistent' attribute.isPersistent()boolean isNotPersistent()
If the meaning of the 'Not Persistent' attribute isn't clear, there really should be more of a description here...
setNotPersistent(boolean),
TacticdslPackage.getValueObject_NotPersistent()void setNotPersistent(boolean value)
Not Persistent' attribute.
value - the new value of the 'Not Persistent' attribute.isNotPersistent()