org.broadleafcommerce.common.sandbox.domain
Class SandBoxImpl
java.lang.Object
org.broadleafcommerce.common.sandbox.domain.SandBoxImpl
- All Implemented Interfaces:
- Serializable, SandBox
@Entity
public class SandBoxImpl
- extends Object
- implements SandBox
- See Also:
- Serialized Form
id
protected Long id
name
protected String name
author
protected Long author
site
protected Site site
sandboxType
protected String sandboxType
SandBoxImpl
public SandBoxImpl()
getId
public Long getId()
- Specified by:
getId in interface SandBox
setId
public void setId(Long id)
- Specified by:
setId in interface SandBox
getName
public String getName()
- Description copied from interface:
SandBox
- The name of the sandbox.
Certain sandbox names are reserved in the system. User created
sandboxes cannot start with "", "approve_", or "deploy_".
- Specified by:
getName in interface SandBox
- Returns:
- String sandbox name
setName
public void setName(String name)
- Specified by:
setName in interface SandBox
getSandBoxType
public SandBoxType getSandBoxType()
- Specified by:
getSandBoxType in interface SandBox
setSandBoxType
public void setSandBoxType(SandBoxType sandboxType)
- Specified by:
setSandBoxType in interface SandBox
getAuthor
public Long getAuthor()
- Specified by:
getAuthor in interface SandBox
setAuthor
public void setAuthor(Long author)
- Specified by:
setAuthor in interface SandBox
getSite
public Site getSite()
- Specified by:
getSite in interface SandBox
setSite
public void setSite(Site site)
- Specified by:
setSite in interface SandBox
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
checkCloneable
public void checkCloneable(SandBox sandBox)
throws CloneNotSupportedException,
SecurityException,
NoSuchMethodException
- Throws:
CloneNotSupportedException
SecurityException
NoSuchMethodException
clone
public SandBox clone()
- Specified by:
clone in interface SandBox- Overrides:
clone in class Object
Copyright © 2013. All Rights Reserved.