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