Class NotifEnvironment

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

public class NotifEnvironment extends BasePOJO
Represents a FlexDeploy environment. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifEnvironment

      public NotifEnvironment(EnvironmentDetails pEnvDetails)
      Create an instance of this object from the information stored in the database/cache.
      Parameters:
      pEnvDetails - An object containing details of the environment
  • Method Details

    • getId

      public Long getId()
      Returns the internal generated id of the environment.
      Returns:
      The internal generated identifier of the environment.
    • getCode

      public String getCode()
      Returns the code of the environment.
      Returns:
      The code of the environment.
    • getName

      public String getName()
      Returns the display name of the environment.
      Returns:
      The display name of the environment.
    • isBuildEnvironment

      public boolean isBuildEnvironment()
      Returns whether this environment is a build environment.
      Returns:
      Whether this environment is a build environment.
    • getSortNumber

      public Integer getSortNumber()
      Returns the numeric sort numbe that is defined for this environment.
      Returns:
      The sort order for this environment.
    • isActive

      public boolean isActive()
      Returns whether this environment is active or not.
      Returns:
      Whether this environment is active or not.