org.broadleafcommerce.common.sandbox.domain
Interface SandBox

All Superinterfaces:
Serializable
All Known Implementing Classes:
SandBoxImpl

public interface SandBox
extends Serializable


Method Summary
 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)
           
 

Method Detail

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)

clone

SandBox clone()


Copyright © 2013. All Rights Reserved.