org.broadleafcommerce.openadmin.server.domain
Class SandBoxImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxImpl
- All Implemented Interfaces:
- java.io.Serializable, SandBox
@Entity
public class SandBoxImpl
- extends java.lang.Object
- implements SandBox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
name
protected java.lang.String name
author
protected java.lang.Long author
site
protected Site site
sandBoxItems
protected java.util.Set<SandBoxItem> sandBoxItems
sandboxType
protected java.lang.String sandboxType
SandBoxImpl
public SandBoxImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface SandBox
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface SandBox
getName
public java.lang.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(java.lang.String name)
- Specified by:
setName in interface SandBox
getSandBoxItems
public java.util.Set<SandBoxItem> getSandBoxItems()
- Specified by:
getSandBoxItems in interface SandBox
setSandBoxItems
public void setSandBoxItems(java.util.Set<SandBoxItem> sandBoxItems)
- Specified by:
setSandBoxItems 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 java.lang.Long getAuthor()
- Specified by:
getAuthor in interface SandBox
setAuthor
public void setAuthor(java.lang.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 java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.