public class SandBoxInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
commitImmediately |
protected String |
name |
protected Long |
sandBox |
protected Long |
siteId |
Constructor and Description |
---|
SandBoxInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Long |
getSandBox() |
Long |
getSiteId() |
boolean |
isCommitImmediately() |
void |
setCommitImmediately(boolean commitImmediately) |
void |
setName(String name) |
void |
setSandBox(Long sandBox) |
void |
setSiteId(Long siteId) |
protected Long sandBox
protected boolean commitImmediately
protected Long siteId
protected String name
public Long getSandBox()
public void setSandBox(Long sandBox)
public boolean isCommitImmediately()
public void setCommitImmediately(boolean commitImmediately)
public Long getSiteId()
public void setSiteId(Long siteId)
public String getName()
public void setName(String name)
Copyright © 2022. All rights reserved.