Class NotifStream

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifStream
All Implemented Interfaces:
Serializable

public class NotifStream extends BasePOJO
Represents a FlexDeploy project Stream. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifStream

      public NotifStream(ProjectStreamDataObject pDataObject)
      Create an instance of this object from the information stored in the database.
      Parameters:
      pDataObject - The stream data from the database.
  • Method Details

    • getId

      public Long getId()
      Returns the internal generated identifier of this project Stream.
      Returns:
      The internal generated identifier of this project Stream.
    • getName

      public String 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

      public String getAttribute1()
      Returns the optional Attribute1 value configured for the stream.
      Returns:
      The optional Attribute1 value configured for the stream.
    • getAttribute2

      public String getAttribute2()
      Returns the optional Attribute2 value configured for the stream.
      Returns:
      The optional Attribute2 value configured for the stream.
    • getAttribute3

      public String getAttribute3()
      Returns the optional Attribute3 value configured for the stream.
      Returns:
      The optional Attribute3 value configured for the stream.
    • getDescription

      public String 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.