org.infoglue.cms.entities.workflow
Interface Workflow

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
WorkflowImpl

public interface Workflow
extends IBaseEntity


Method Summary
 java.util.Collection getActions()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 WorkflowVO getValueObject()
           
 java.lang.Integer getWorkflowId()
           
 void setActions(java.util.Collection actions)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setValueObject(WorkflowVO valueObject)
           
 void setWorkflowId(java.lang.Integer workflowId)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

getValueObject

public WorkflowVO getValueObject()

setValueObject

public void setValueObject(WorkflowVO valueObject)

getWorkflowId

public java.lang.Integer getWorkflowId()

setWorkflowId

public void setWorkflowId(java.lang.Integer workflowId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getActions

public java.util.Collection getActions()

setActions

public void setActions(java.util.Collection actions)