java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pipeline.execution.variables.Release
All Implemented Interfaces:
Serializable

public class Release extends BasePOJO
The Class Release.
See Also:
  • Constructor Details

    • Release

      public Release()
  • Method Details

    • setReleaseName

      public void setReleaseName(String pReleaseName)
      Sets the release name.
      Parameters:
      pReleaseName - the new release name
    • getReleaseName

      public String getReleaseName()
      returns the name of the release
      Returns:
      the release name
    • setReleaseDefinitionId

      public void setReleaseDefinitionId(Long pReleaseDefinitionId)
      Sets the release definition id.
      Parameters:
      pReleaseDefinitionId - the new release definition id
    • getReleaseDefinitionId

      public Long getReleaseDefinitionId()
      returns the internal id of the release
      Returns:
      the release definition id
    • setDescription

      public void setDescription(String pDescription)
      Sets the description.
      Parameters:
      pDescription - the new description
    • getDescription

      public String getDescription()
      returns the description for the release
      Returns:
      the description
    • toString

      public String toString()
      Returns the non-secured class variables as comma separated for logging purpose.
      Overrides:
      toString in class BasePOJO
      Returns:
      the object log argument