public abstract class AbstractStateModel extends AbstractModel
Constructor and Description |
---|
AbstractStateModel(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillCopy(AbstractStateModel copy) |
java.util.LinkedList<AttributeModel> |
getAttributes() |
java.util.LinkedList<ExceptionHandlerModel> |
getExceptionHandlers() |
java.lang.String |
getId() |
java.util.LinkedList<AbstractActionModel> |
getOnEntryActions() |
java.lang.String |
getParent() |
SecuredModel |
getSecured() |
void |
setAttributes(java.util.LinkedList<AttributeModel> attributes) |
void |
setExceptionHandlers(java.util.LinkedList<ExceptionHandlerModel> exceptionHandlers) |
void |
setId(java.lang.String id) |
void |
setOnEntryActions(java.util.LinkedList<AbstractActionModel> onEntryActions) |
void |
setParent(java.lang.String parent) |
void |
setSecured(SecuredModel secured) |
copy, copyList, merge, merge, merge, merge, merge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopy, isMergeableWith, merge
protected void fillCopy(AbstractStateModel copy)
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getParent()
public void setParent(java.lang.String parent)
parent
- the parent to setpublic java.util.LinkedList<AttributeModel> getAttributes()
public void setAttributes(java.util.LinkedList<AttributeModel> attributes)
attributes
- the attributes to setpublic SecuredModel getSecured()
public void setSecured(SecuredModel secured)
secured
- the secured to setpublic java.util.LinkedList<AbstractActionModel> getOnEntryActions()
public void setOnEntryActions(java.util.LinkedList<AbstractActionModel> onEntryActions)
onEntryActions
- the on entry actions to setpublic java.util.LinkedList<ExceptionHandlerModel> getExceptionHandlers()
public void setExceptionHandlers(java.util.LinkedList<ExceptionHandlerModel> exceptionHandlers)
exceptionHandlers
- the exception handlers to set