Class NotifStream
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifStream
- All Implemented Interfaces:
Serializable
Represents a FlexDeploy project Stream. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifStream(ProjectStreamDataObject pDataObject) Create an instance of this object from the information stored in the database. -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional Attribute1 value configured for the stream.Returns the optional Attribute2 value configured for the stream.Returns the optional Attribute3 value configured for the stream.Returns the optional description of this Stream.getId()Returns the internal generated identifier of this project Stream.booleanReturns whether this stream is active or not.getName()Returns the name of this project Stream.booleanReturns whether this stream is the main stream.
-
Constructor Details
-
NotifStream
Create an instance of this object from the information stored in the database.- Parameters:
pDataObject- The stream data from the database.
-
-
Method Details
-
getId
Returns the internal generated identifier of this project Stream.- Returns:
- The internal generated identifier of this project Stream.
-
getName
Returns the name of this project Stream.- Returns:
- The name of this project Stream.
-
isMainStream
public boolean isMainStream()Returns whether this stream is the main stream.- Returns:
- Whether this stream is the main stream.
-
getAttribute1
Returns the optional Attribute1 value configured for the stream.- Returns:
- The optional Attribute1 value configured for the stream.
-
getAttribute2
Returns the optional Attribute2 value configured for the stream.- Returns:
- The optional Attribute2 value configured for the stream.
-
getAttribute3
Returns the optional Attribute3 value configured for the stream.- Returns:
- The optional Attribute3 value configured for the stream.
-
getDescription
Returns the optional description of this Stream.- Returns:
- The description of this Stream.
-
getIsActive
public boolean getIsActive()Returns whether this stream is active or not.- Returns:
- Whether this stream is active or not.
-