@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()
SandBox
public SandBoxType getSandBoxType()
getSandBoxType
in interface SandBox
public void setSandBoxType(SandBoxType sandboxType)
setSandBoxType
in interface SandBox
public SandBox getParentSandBox()
getParentSandBox
in interface SandBox
public void setParentSandBox(SandBox parentSandBox)
setParentSandBox
in interface SandBox
public Date getGoLiveDate()
getGoLiveDate
in interface SandBox
public void setGoLiveDate(Date goLiveDate)
setGoLiveDate
in interface SandBox
public List<SandBox> getChildSandBoxes()
getChildSandBoxes
in interface SandBox
public void setChildSandBoxes(List<SandBox> childSandBoxes)
setChildSandBoxes
in interface SandBox
public List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited)
getSandBoxIdsForUpwardHierarchy
in interface SandBox
public List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited, boolean includeCurrent)
getSandBoxIdsForUpwardHierarchy
in interface SandBox
public String getMainEntityName()
getMainEntityName
in interface AdminMainEntity
public boolean getIsInDefaultHierarchy()
getIsInDefaultHierarchy
in interface SandBox
public void setArchived(Character archived)
setArchived
in interface Status
setArchived
in interface SandBox
public Character getArchived()
getArchived
in interface Status
getArchived
in interface SandBox
Copyright © 2022. All rights reserved.