public class NotifWorkflow
extends BasePOJO
| Constructor and Description | 
|---|
NotifWorkflow(ProjectWorkflowDataObject pDataObject)
Create an instance of this object from the information stored in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getId()
Returns the internal identifier of the workflow. 
 | 
java.lang.String | 
getName()
Returns the name of the workflow. 
 | 
java.lang.String | 
getType()
Returns the type display name of the workflow (e.g. 
 | 
java.lang.String | 
getTypeCode()
Returns the type name of the workflow (e.g. 
 | 
Project.ProjectWFTypeEnum | 
getTypeEnum()
Returns the type enum of the workflow (e.g. 
 | 
public NotifWorkflow(ProjectWorkflowDataObject pDataObject)
pDataObject - The data from the database.public java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getTypeCode()
public Project.ProjectWFTypeEnum getTypeEnum()
public java.lang.String getType()