@Entity public class SandBoxImpl extends java.lang.Object implements SandBox
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
author |
protected java.lang.Long |
id |
protected java.lang.String |
name |
protected java.lang.String |
sandboxType |
protected Site |
site |
| Constructor and Description |
|---|
SandBoxImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCloneable(SandBox sandBox) |
SandBox |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAuthor() |
java.lang.Long |
getId() |
java.lang.String |
getName()
The name of the sandbox.
|
SandBoxType |
getSandBoxType() |
Site |
getSite() |
int |
hashCode() |
void |
setAuthor(java.lang.Long author) |
void |
setId(java.lang.Long id) |
void |
setName(java.lang.String name) |
void |
setSandBoxType(SandBoxType sandboxType) |
void |
setSite(Site site) |
protected java.lang.Long id
protected java.lang.String name
protected java.lang.Long author
protected Site site
protected java.lang.String sandboxType
public java.lang.String getName()
SandBoxpublic SandBoxType getSandBoxType()
getSandBoxType in interface SandBoxpublic void setSandBoxType(SandBoxType sandboxType)
setSandBoxType in interface SandBoxpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void checkCloneable(SandBox sandBox) throws java.lang.CloneNotSupportedException, java.lang.SecurityException, java.lang.NoSuchMethodException
java.lang.CloneNotSupportedExceptionjava.lang.SecurityExceptionjava.lang.NoSuchMethodExceptionCopyright © 2018. All Rights Reserved.