public interface Event extends DomainObject
The following features are supported:
TacticdslPackage.getEvent()| Modifier and Type | Method and Description |
|---|---|
boolean |
isPersistent()
Returns the value of the '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, setPackageboolean isPersistent()
If the meaning of the 'Persistent' attribute isn't clear, there really should be more of a description here...
setPersistent(boolean),
TacticdslPackage.getEvent_Persistent()void setPersistent(boolean value)
Persistent' attribute.
value - the new value of the 'Persistent' attribute.isPersistent()