public class Snapshot extends BasePOJO
Constructor and Description |
---|
Snapshot() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy()
returns the created by username.
|
java.lang.String |
getDescription()
returns the snapshot description
|
java.lang.String |
getDuplicateFilesFlag()
returns whether the snapshot packages have duplicate files which may have conflicting revisions
|
java.lang.Long |
getReleaseDefinitionId()
returns the internal id of the snapshot's release
|
java.lang.String |
getReleaseSnapshot()
Gets the release snapshot.
|
java.lang.Long |
getSnapshotId()
returns the internal id of the snapshot
|
java.lang.String |
getSnapshotName()
returns the snapshot name
|
void |
setCreatedBy(java.lang.String pCreatedBy)
Sets the created by.
|
void |
setDescription(java.lang.String pDescription)
Sets the description.
|
void |
setDuplicateFilesFlag(java.lang.String pDuplicateFilesFlag)
Sets the duplicate files flag.
|
void |
setReleaseDefinitionId(java.lang.Long pReleaseDefinitionId)
Sets the release definition id.
|
void |
setReleaseSnapshot(java.lang.String pReleaseSnapshot)
Sets the release snapshot.
|
void |
setSnapshotId(java.lang.Long pSnapshotId)
Sets the snapshot id.
|
public void setSnapshotId(java.lang.Long pSnapshotId)
pSnapshotId
- the new snapshot idpublic java.lang.Long getSnapshotId()
public void setReleaseDefinitionId(java.lang.Long pReleaseDefinitionId)
pReleaseDefinitionId
- the new release definition idpublic java.lang.Long getReleaseDefinitionId()
public void setReleaseSnapshot(java.lang.String pReleaseSnapshot)
pReleaseSnapshot
- the new release snapshotpublic java.lang.String getReleaseSnapshot()
public java.lang.String getSnapshotName()
public void setDescription(java.lang.String pDescription)
pDescription
- the new descriptionpublic java.lang.String getDescription()
public void setDuplicateFilesFlag(java.lang.String pDuplicateFilesFlag)
pDuplicateFilesFlag
- the new duplicate files flagpublic java.lang.String getDuplicateFilesFlag()
public void setCreatedBy(java.lang.String pCreatedBy)
pCreatedBy
- the new created bypublic java.lang.String getCreatedBy()