org.infoglue.cms.entities.workflow.impl.simple
Class ConsequenceImpl

java.lang.Object
  extended by org.infoglue.cms.entities.workflow.impl.simple.ConsequenceImpl
All Implemented Interfaces:
IBaseEntity, Consequence

public class ConsequenceImpl
extends java.lang.Object
implements Consequence


Constructor Summary
ConsequenceImpl()
           
 
Method Summary
 ActionImpl getAction()
           
 ConsequenceDefinitionImpl getConsequenceDefinition()
           
 java.lang.Integer getConsequenceId()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 ConsequenceVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setAction(ActionImpl action)
           
 void setConsequenceDefinition(ConsequenceDefinitionImpl consequenceDefinition)
           
 void setConsequenceId(java.lang.Integer consequenceId)
           
 void setValueObject(ConsequenceVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsequenceImpl

public ConsequenceImpl()
Method Detail

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.