public class NotifStep
extends BasePOJO
| Constructor and Description | 
|---|
NotifStep(PipelineStageStepDataObject pDataObject)
Create an instance of this object from the information stored in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Returns the optional description of this pipeline step. 
 | 
java.lang.Long | 
getId()
Returns the internal generated identifier of this pipeline step. 
 | 
java.lang.String | 
getName()
Returns the name of this pipeline step. 
 | 
java.lang.Long | 
getPipelineRoleId()  | 
java.lang.String | 
getStepType()
Returns the type name of this pipeline step. 
 | 
ExecutionUnitTypes | 
getStepTypeEnum()
Returns the type of this pipeline step. 
 | 
public NotifStep(PipelineStageStepDataObject pDataObject)
pDataObject - The step data from the database.public java.lang.Long getId()
public java.lang.String getName()
public ExecutionUnitTypes getStepTypeEnum()
public java.lang.String getStepType()
public java.lang.String getDescription()
public java.lang.Long getPipelineRoleId()