public class NotifWorkflowRequest
extends BasePOJO
| Constructor and Description | 
|---|
NotifWorkflowRequest(WorkflowRequestDataObject 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 request. 
 | 
java.lang.String | 
getPackageName()
Returns the package name associated with this Workflow Request. 
 | 
java.lang.Long | 
getProjectId()
Returns the internal identifier of the workflow request's project. 
 | 
java.lang.String | 
getProjectName()
Returns the name of the workflow request's project. 
 | 
NotifProjectVersion | 
getProjectVersion()
Returns the project version of the workflow request. 
 | 
java.lang.String | 
getStatus()
Returns the status name of the workflow request. 
 | 
NotifStream | 
getStream()
Returns the stream for the workflow request's project. 
 | 
public NotifWorkflowRequest(WorkflowRequestDataObject pDataObject)
pDataObject - The data from the database.public java.lang.Long getId()
public java.lang.String getStatus()
public NotifProjectVersion getProjectVersion() throws java.sql.SQLException
java.sql.SQLException - If the information cannot be retrieved from the database.public NotifStream getStream() throws java.sql.SQLException
java.sql.SQLException - If the information cannot be retrieved from the database.public java.lang.Long getProjectId()
public java.lang.String getPackageName()
                                throws java.sql.SQLException
java.sql.SQLException - If the information cannot be retrieved from the database.public java.lang.String getProjectName()