@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 |
|---|---|
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()
SandBoxpublic SandBoxType getSandBoxType()
getSandBoxType in interface SandBoxpublic void setSandBoxType(SandBoxType sandboxType)
setSandBoxType in interface SandBoxCopyright © 2013. All rights reserved.