public abstract class AbstractStateModel extends AbstractModel
Constructor and Description |
---|
AbstractStateModel(String id) |
Modifier and Type | Method and Description |
---|---|
LinkedList |
getAttributes() |
LinkedList |
getExceptionHandlers() |
String |
getId() |
LinkedList |
getOnEntryActions() |
String |
getParent() |
SecuredModel |
getSecured() |
void |
setAttributes(LinkedList attributes) |
void |
setExceptionHandlers(LinkedList exceptionHandlers) |
void |
setId(String id) |
void |
setOnEntryActions(LinkedList onEntryActions) |
void |
setParent(String parent) |
void |
setSecured(SecuredModel secured) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopy, isMergeableWith, merge
public AbstractStateModel(String id)
public String getId()
public void setId(String id)
id
- the id to setpublic String getParent()
public void setParent(String parent)
parent
- the parent to setpublic LinkedList getAttributes()
public void setAttributes(LinkedList attributes)
attributes
- the attributes to setpublic SecuredModel getSecured()
public void setSecured(SecuredModel secured)
secured
- the secured to setpublic LinkedList getOnEntryActions()
public void setOnEntryActions(LinkedList onEntryActions)
onEntryActions
- the on entry actions to setpublic LinkedList getExceptionHandlers()
public void setExceptionHandlers(LinkedList exceptionHandlers)
exceptionHandlers
- the exception handlers to set