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

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

    • Snapshot

      public Snapshot()
  • Method Details

    • setSnapshotId

      public void setSnapshotId(Long pSnapshotId)
      Sets the snapshot id.
      Parameters:
      pSnapshotId - the new snapshot id
    • getSnapshotId

      public Long getSnapshotId()
      returns the internal id of the snapshot
      Returns:
      the snapshot id
    • 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 snapshot's release
      Returns:
      the release definition id
    • setReleaseSnapshot

      public void setReleaseSnapshot(String pReleaseSnapshot)
      Sets the release snapshot.
      Parameters:
      pReleaseSnapshot - the new release snapshot
    • getReleaseSnapshot

      public String getReleaseSnapshot()
      Gets the release snapshot.
      Returns:
      the release snapshot
    • getSnapshotName

      public String getSnapshotName()
      returns the snapshot name
      Returns:
      the snapshot name
    • setDescription

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

      public String getDescription()
      returns the snapshot description
      Returns:
      the description
    • setDuplicateFilesFlag

      public void setDuplicateFilesFlag(String pDuplicateFilesFlag)
      Sets the duplicate files flag.
      Parameters:
      pDuplicateFilesFlag - the new duplicate files flag
    • getDuplicateFilesFlag

      public String getDuplicateFilesFlag()
      returns whether the snapshot packages have duplicate files which may have conflicting revisions
      Returns:
      the duplicate files flag
    • setCreatedBy

      public void setCreatedBy(String pCreatedBy)
      Sets the created by.
      Parameters:
      pCreatedBy - the new created by
    • getCreatedBy

      public String getCreatedBy()
      returns the created by username.
      Returns:
      the created by