org.broadleafcommerce.openadmin.client.dto
Class SandBoxInfo

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.dto.SandBoxInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class SandBoxInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Serializable

See Also:
Serialized Form

Field Summary
protected  boolean commitImmediately
           
protected  String name
           
protected  Long sandBox
           
protected  Long siteId
           
 
Constructor Summary
SandBoxInfo()
           
 
Method Summary
 String getName()
           
 Long getSandBox()
           
 Long getSiteId()
           
 boolean isCommitImmediately()
           
 void setCommitImmediately(boolean commitImmediately)
           
 void setName(String name)
           
 void setSandBox(Long sandBox)
           
 void setSiteId(Long siteId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sandBox

protected Long sandBox

commitImmediately

protected boolean commitImmediately

siteId

protected Long siteId

name

protected String name
Constructor Detail

SandBoxInfo

public SandBoxInfo()
Method Detail

getSandBox

public Long getSandBox()

setSandBox

public void setSandBox(Long sandBox)

isCommitImmediately

public boolean isCommitImmediately()

setCommitImmediately

public void setCommitImmediately(boolean commitImmediately)

getSiteId

public Long getSiteId()

setSiteId

public void setSiteId(Long siteId)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2013. All Rights Reserved.