public interface SandBoxDiscriminator extends SandBoxable
Modifier and Type | Method and Description |
---|---|
Long |
getCatalogFlag() |
Long |
getOriginalItemId()
If this instance is a sandbox clone of a production record, this id points to that production record
|
Long |
getOriginalRecordId() |
Long |
getSandBox()
The sandbox identifier
|
Boolean |
getSandBoxArchivedFlag()
Whether or not this instance is archived.
|
Boolean |
getSandBoxDeletedFlag()
Whether or not this instance represents a deletion.
|
Long |
getTemplateRecordId() |
Long |
getTier()
Denotes how many promotion steps have taken place for this record.
|
void |
setCatalogFlag(Long catalogFlag) |
void |
setOriginalItemId(Long originalItemId)
If this instance is a sandbox clone of a production record, this id points to that production record
|
void |
setOriginalRecordId(Long originalRecordId) |
void |
setSandBox(Long sandbox)
The sandbox identifier
|
void |
setSandBoxArchivedFlag(Boolean sandBoxArchivedFlag)
Whether or not this instance is archived.
|
void |
setSandBoxDeletedFlag(Boolean sandBoxDeletedFlag)
Whether or not this instance represents a deletion.
|
void |
setTemplateRecordId(Long templateRecordId) |
void |
setTier(Long tier)
Denotes how many promotion steps have taken place for this record.
|
Boolean getSandBoxArchivedFlag()
void setSandBoxArchivedFlag(Boolean sandBoxArchivedFlag)
sandBoxArchivedFlag
- archived statusBoolean getSandBoxDeletedFlag()
void setSandBoxDeletedFlag(Boolean sandBoxDeletedFlag)
sandBoxDeletedFlag
- sandbox delete statusLong getOriginalItemId()
void setOriginalItemId(Long originalItemId)
originalItemId
- the original production recordLong getSandBox()
void setSandBox(Long sandbox)
sandbox
- the sandbox identifierLong getTier()
void setTier(Long tier)
tier
- the number of promotion that have occurred to achieve this recordLong getTemplateRecordId()
void setTemplateRecordId(Long templateRecordId)
Long getOriginalRecordId()
void setOriginalRecordId(Long originalRecordId)
Long getCatalogFlag()
void setCatalogFlag(Long catalogFlag)
Copyright © 2020. All rights reserved.