org.infoglue.cms.entities.workflow.impl.simple
Class ActionImpl
java.lang.Object
org.infoglue.cms.entities.workflow.impl.simple.ActionImpl
- All Implemented Interfaces:
- Action
public class ActionImpl
- extends java.lang.Object
- implements Action
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionImpl
public ActionImpl()
getValueObject
public ActionVO getValueObject()
- Specified by:
getValueObject in interface Action
setValueObject
public void setValueObject(ActionVO valueObject)
- Specified by:
setValueObject in interface Action
getActionId
public java.lang.Integer getActionId()
- Specified by:
getActionId in interface Action
setActionId
public void setActionId(java.lang.Integer actionId)
- Specified by:
setActionId in interface Action
getActionDefinition
public ActionDefinitionImpl getActionDefinition()
- Specified by:
getActionDefinition in interface Action
setActionDefinition
public void setActionDefinition(ActionDefinitionImpl actionDefinition)
- Specified by:
setActionDefinition in interface Action
getActor
public ActorImpl getActor()
- Specified by:
getActor in interface Action
setActor
public void setActor(ActorImpl actor)
- Specified by:
setActor in interface Action
getConsequences
public java.util.Collection getConsequences()
- Specified by:
getConsequences in interface Action
setConsequences
public void setConsequences(java.util.Collection consequences)
- Specified by:
setConsequences in interface Action
Copyright © 2005 InfoGlue.org All Rights Reserved.