public class NotifStream
extends BasePOJO
| Constructor and Description | 
|---|
NotifStream(ProjectStreamDataObject pDataObject)
Create an instance of this object from the information stored in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAttribute1()
Returns the optional Attribute1 value configured for the stream. 
 | 
java.lang.String | 
getAttribute2()
Returns the optional Attribute2 value configured for the stream. 
 | 
java.lang.String | 
getAttribute3()
Returns the optional Attribute3 value configured for the stream. 
 | 
java.lang.String | 
getDescription()
Returns the optional description of this Stream. 
 | 
java.lang.Long | 
getId()
Returns the internal generated identifier of this project Stream. 
 | 
boolean | 
getIsActive()
Returns whether this stream is active or not. 
 | 
java.lang.String | 
getName()
Returns the name of this project Stream. 
 | 
boolean | 
isMainStream()
Returns whether this stream is the main stream. 
 | 
public NotifStream(ProjectStreamDataObject pDataObject)
pDataObject - The stream data from the database.public java.lang.Long getId()
public java.lang.String getName()
public boolean isMainStream()
public java.lang.String getAttribute1()
public java.lang.String getAttribute2()
public java.lang.String getAttribute3()
public java.lang.String getDescription()
public boolean getIsActive()