public interface SandBox extends Serializable
Modifier and Type | Method and Description |
---|---|
SandBox |
clone() |
Long |
getAuthor() |
Long |
getId() |
String |
getName()
The name of the sandbox.
|
SandBoxType |
getSandBoxType() |
Site |
getSite() |
void |
setAuthor(Long author) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setSandBoxType(SandBoxType sandBoxType) |
void |
setSite(Site site) |
Long getId()
void setId(Long id)
String getName()
void setName(String name)
SandBoxType getSandBoxType()
void setSandBoxType(SandBoxType sandBoxType)
Site getSite()
void setSite(Site site)
Long getAuthor()
void setAuthor(Long author)
SandBox clone()
Copyright © 2014. All rights reserved.