org.broadleafcommerce.openadmin.client.dto
Class SandBoxInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sandBox
protected Long sandBox
commitImmediately
protected boolean commitImmediately
siteId
protected Long siteId
name
protected String name
SandBoxInfo
public SandBoxInfo()
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.