org.infoglue.cms.entities.workflow.impl.simple
Class ConsequenceImpl
java.lang.Object
org.infoglue.cms.entities.workflow.impl.simple.ConsequenceImpl
- All Implemented Interfaces:
- IBaseEntity, Consequence
public class ConsequenceImpl
- extends java.lang.Object
- implements Consequence
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsequenceImpl
public ConsequenceImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface Consequence
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)
getValueObject
public ConsequenceVO getValueObject()
- Specified by:
getValueObject in interface Consequence
setValueObject
public void setValueObject(ConsequenceVO valueObject)
- Specified by:
setValueObject in interface Consequence
getConsequenceId
public java.lang.Integer getConsequenceId()
- Specified by:
getConsequenceId in interface Consequence
setConsequenceId
public void setConsequenceId(java.lang.Integer consequenceId)
- Specified by:
setConsequenceId in interface Consequence
getConsequenceDefinition
public ConsequenceDefinitionImpl getConsequenceDefinition()
- Specified by:
getConsequenceDefinition in interface Consequence
setConsequenceDefinition
public void setConsequenceDefinition(ConsequenceDefinitionImpl consequenceDefinition)
- Specified by:
setConsequenceDefinition in interface Consequence
getAction
public ActionImpl getAction()
- Specified by:
getAction in interface Consequence
setAction
public void setAction(ActionImpl action)
- Specified by:
setAction in interface Consequence
Copyright © 2005 InfoGlue.org All Rights Reserved.