@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Nov 12 18:24:33 CET 2015") public abstract class WaitingStateAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements WaitingState
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<MailAction> |
invalidFormDisabledActions
Nom de l'attribut en BD : invalidFormDisabledActions
|
protected String |
label
Nom de l'attribut en BD : label
|
protected EnumSet<MailAction> |
validFormDisabledActions
Nom de l'attribut en BD : validFormDisabledActions
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_INVALID_FORM_DISABLED_ACTIONS, PROPERTY_LABEL, PROPERTY_VALID_FORM_DISABLED_ACTIONS| Constructor and Description |
|---|
WaitingStateAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
EnumSet<MailAction> |
getInvalidFormDisabledActions() |
String |
getLabel() |
EnumSet<MailAction> |
getValidFormDisabledActions() |
void |
setInvalidFormDisabledActions(EnumSet<MailAction> invalidFormDisabledActions) |
void |
setLabel(String label) |
void |
setValidFormDisabledActions(EnumSet<MailAction> validFormDisabledActions) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String label
protected EnumSet<MailAction> invalidFormDisabledActions
protected EnumSet<MailAction> validFormDisabledActions
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setLabel(String label)
setLabel in interface WaitingStatepublic String getLabel()
getLabel in interface HasLabelgetLabel in interface WaitingStatepublic void setInvalidFormDisabledActions(EnumSet<MailAction> invalidFormDisabledActions)
setInvalidFormDisabledActions in interface WaitingStatepublic EnumSet<MailAction> getInvalidFormDisabledActions()
getInvalidFormDisabledActions in interface WaitingStatepublic void setValidFormDisabledActions(EnumSet<MailAction> validFormDisabledActions)
setValidFormDisabledActions in interface WaitingStatepublic EnumSet<MailAction> getValidFormDisabledActions()
getValidFormDisabledActions in interface WaitingStateCopyright © 2014–2015 CodeLutin. All rights reserved.