Class SandBoxInfo
java.lang.Object
org.broadleafcommerce.openadmin.dto.SandBoxInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
setCommitImmediately
(boolean commitImmediately) void
void
setSandBox
(Long sandBox) void
-
Field Details
-
sandBox
-
commitImmediately
protected boolean commitImmediately -
siteId
-
name
-
-
Constructor Details
-
SandBoxInfo
public SandBoxInfo()
-
-
Method Details
-
getSandBox
-
setSandBox
-
isCommitImmediately
public boolean isCommitImmediately() -
setCommitImmediately
public void setCommitImmediately(boolean commitImmediately) -
getSiteId
-
setSiteId
-
getName
-
setName
-