org.broadleafcommerce.common.sandbox.domain
Interface SandBox
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SandBoxImpl
public interface SandBox
- extends Serializable
getId
Long getId()
setId
void setId(Long id)
getName
String getName()
- The name of the sandbox.
Certain sandbox names are reserved in the system. User created
sandboxes cannot start with "", "approve_", or "deploy_".
- Returns:
- String sandbox name
setName
void setName(String name)
getSandBoxType
SandBoxType getSandBoxType()
setSandBoxType
void setSandBoxType(SandBoxType sandBoxType)
getSite
Site getSite()
setSite
void setSite(Site site)
getAuthor
Long getAuthor()
setAuthor
void setAuthor(Long author)
Copyright © 2013. All Rights Reserved.