@Entity public class SandBoxImpl extends Object implements SandBox, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected ArchiveStatus |
archiveStatus |
protected Long |
author |
protected List<SandBox> |
childSandBoxes |
protected String |
color |
protected String |
description |
protected Date |
goLiveDate |
protected Long |
id |
protected String |
name |
protected SandBox |
parentSandBox |
protected String |
sandboxType |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
SandBoxImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Character |
getArchived() |
Long |
getAuthor() |
List<SandBox> |
getChildSandBoxes() |
String |
getColor() |
Date |
getGoLiveDate() |
Long |
getId() |
boolean |
getIsInDefaultHierarchy() |
String |
getMainEntityName() |
String |
getName()
The name of the sandbox.
|
SandBox |
getParentSandBox() |
List<Long> |
getSandBoxIdsForUpwardHierarchy(boolean includeInherited) |
List<Long> |
getSandBoxIdsForUpwardHierarchy(boolean includeInherited,
boolean includeCurrent) |
SandBoxType |
getSandBoxType() |
int |
hashCode() |
boolean |
isActive() |
void |
setArchived(Character archived) |
void |
setAuthor(Long author) |
void |
setChildSandBoxes(List<SandBox> childSandBoxes) |
void |
setColor(String color) |
void |
setGoLiveDate(Date goLiveDate) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setParentSandBox(SandBox parentSandBox) |
void |
setSandBoxType(SandBoxType sandboxType) |
protected Long id
protected String name
protected Long author
protected String sandboxType
protected SandBox parentSandBox
protected String color
protected String description
protected Date goLiveDate
protected ArchiveStatus archiveStatus
public String getName()
SandBoxpublic SandBoxType getSandBoxType()
getSandBoxType in interface SandBoxpublic void setSandBoxType(SandBoxType sandboxType)
setSandBoxType in interface SandBoxpublic SandBox getParentSandBox()
getParentSandBox in interface SandBoxpublic void setParentSandBox(SandBox parentSandBox)
setParentSandBox in interface SandBoxpublic Date getGoLiveDate()
getGoLiveDate in interface SandBoxpublic void setGoLiveDate(Date goLiveDate)
setGoLiveDate in interface SandBoxpublic List<SandBox> getChildSandBoxes()
getChildSandBoxes in interface SandBoxpublic void setChildSandBoxes(List<SandBox> childSandBoxes)
setChildSandBoxes in interface SandBoxpublic List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited)
getSandBoxIdsForUpwardHierarchy in interface SandBoxpublic List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited, boolean includeCurrent)
getSandBoxIdsForUpwardHierarchy in interface SandBoxpublic String getMainEntityName()
getMainEntityName in interface AdminMainEntitypublic boolean getIsInDefaultHierarchy()
getIsInDefaultHierarchy in interface SandBoxpublic void setArchived(Character archived)
setArchived in interface StatussetArchived in interface SandBoxpublic Character getArchived()
getArchived in interface StatusgetArchived in interface SandBoxCopyright © 2022. All rights reserved.