org.infoglue.cms.entities.workflow
Class ActionVO

java.lang.Object
  extended by org.infoglue.cms.entities.workflow.ActionVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class ActionVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
ActionVO()
           
 
Method Summary
 java.lang.Integer getActionId()
           
 java.lang.Integer getId()
           
 void setActionId(java.lang.Integer actionId)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionVO

public ActionVO()
Method Detail

getActionId

public java.lang.Integer getActionId()

setActionId

public void setActionId(java.lang.Integer actionId)

getId

public java.lang.Integer getId()
Specified by:
getId in interface BaseEntityVO
See Also:
BaseEntityVO.getId()

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer
See Also:
BaseEntityVO.validate()


Copyright © 2005 InfoGlue.org All Rights Reserved.