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

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

getValueObject

WorkflowVO getValueObject()

setValueObject

void setValueObject(WorkflowVO valueObject)

getWorkflowId

java.lang.Integer getWorkflowId()

setWorkflowId

void setWorkflowId(java.lang.Integer workflowId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getActions

java.util.Collection getActions()

setActions

void setActions(java.util.Collection actions)


Copyright © 2005 InfoGlue.org All Rights Reserved.