org.broadleafcommerce.common.web
Class SandBoxContext

java.lang.Object
  extended by org.broadleafcommerce.common.web.SandBoxContext

public class SandBoxContext
extends Object


Field Summary
protected  Boolean previewMode
           
protected  Long sandBoxId
           
 
Constructor Summary
SandBoxContext()
           
 
Method Summary
 SandBoxContext clone()
           
 Boolean getPreviewMode()
           
static SandBoxContext getSandBoxContext()
           
 Long getSandBoxId()
           
 void setPreviewMode(Boolean previewMode)
           
static void setSandBoxContext(SandBoxContext sandBoxContext)
           
 void setSandBoxId(Long sandBoxId)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sandBoxId

protected Long sandBoxId

previewMode

protected Boolean previewMode
Constructor Detail

SandBoxContext

public SandBoxContext()
Method Detail

getSandBoxContext

public static SandBoxContext getSandBoxContext()

setSandBoxContext

public static void setSandBoxContext(SandBoxContext sandBoxContext)

getSandBoxId

public Long getSandBoxId()
Returns:
the sandBoxName

setSandBoxId

public void setSandBoxId(Long sandBoxId)
Parameters:
sandBoxId - the sandBoxName to set

getPreviewMode

public Boolean getPreviewMode()

setPreviewMode

public void setPreviewMode(Boolean previewMode)

clone

public SandBoxContext clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.