public class NotifGate
extends BasePOJO
| Constructor and Description | 
|---|
NotifGate(PipelineStageGateDataObject 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 gate. 
 | 
java.lang.String | 
getGateType()
Returns the type name of this pipeline gate. 
 | 
ExecutionUnitTypes | 
getGateTypeEnum()
Returns the type of this pipeline gate. 
 | 
java.lang.Long | 
getId()
Returns the internal generated identifier of this pipeline gate. 
 | 
java.lang.String | 
getName()
Returns the name of this pipeline gate. 
 | 
public NotifGate(PipelineStageGateDataObject pDataObject)
pDataObject - The gate data from the database.public java.lang.Long getId()
public java.lang.String getName()
public ExecutionUnitTypes getGateTypeEnum()
public java.lang.String getGateType()
public java.lang.String getDescription()