org.infoglue.cms.entities.workflow.impl.simple
Class ActorImpl
java.lang.Object
org.infoglue.cms.entities.workflow.impl.simple.ActorImpl
- All Implemented Interfaces:
- IBaseEntity, Actor
public class ActorImpl
- extends java.lang.Object
- implements Actor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActorImpl
public ActorImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface Actor
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 ActorVO getValueObject()
- Specified by:
getValueObject in interface Actor
setValueObject
public void setValueObject(ActorVO valueObject)
- Specified by:
setValueObject in interface Actor
getActorId
public java.lang.Integer getActorId()
- Specified by:
getActorId in interface Actor
setActorId
public void setActorId(java.lang.Integer actorId)
- Specified by:
setActorId in interface Actor
Copyright © 2005 InfoGlue.org All Rights Reserved.