org.broadleafcommerce.openadmin.server.domain
Class SandBoxItemImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl
- All Implemented Interfaces:
- java.io.Serializable, SandBoxItem
@Entity
public class SandBoxItemImpl
- extends java.lang.Object
- implements SandBoxItem
- 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
entity
protected Entity entity
temporaryId
protected java.lang.Long temporaryId
persistencePerspective
protected PersistencePerspective persistencePerspective
sandBox
protected SandBox sandBox
ceilingEntityFullyQualifiedClassname
protected java.lang.String ceilingEntityFullyQualifiedClassname
customCriteria
protected java.lang.String customCriteria
changeType
protected ChangeType changeType
SandBoxItemImpl
public SandBoxItemImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface SandBoxItem
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface SandBoxItem
getEntity
public Entity getEntity()
- Specified by:
getEntity in interface SandBoxItem
setEntity
public void setEntity(Entity entity)
- Specified by:
setEntity in interface SandBoxItem
getPersistencePerspective
public PersistencePerspective getPersistencePerspective()
- Specified by:
getPersistencePerspective in interface SandBoxItem
setPersistencePerspective
public void setPersistencePerspective(PersistencePerspective persistencePerspective)
- Specified by:
setPersistencePerspective in interface SandBoxItem
getSandBox
public SandBox getSandBox()
- Specified by:
getSandBox in interface SandBoxItem
setSandBox
public void setSandBox(SandBox sandBox)
- Specified by:
setSandBox in interface SandBoxItem
getCeilingEntityFullyQualifiedClassname
public java.lang.String getCeilingEntityFullyQualifiedClassname()
- Specified by:
getCeilingEntityFullyQualifiedClassname in interface SandBoxItem
setCeilingEntityFullyQualifiedClassname
public void setCeilingEntityFullyQualifiedClassname(java.lang.String ceilingEntityFullyQualifiedClassname)
- Specified by:
setCeilingEntityFullyQualifiedClassname in interface SandBoxItem
getCustomCriteria
public java.lang.String getCustomCriteria()
- Specified by:
getCustomCriteria in interface SandBoxItem
setCustomCriteria
public void setCustomCriteria(java.lang.String customCriteria)
- Specified by:
setCustomCriteria in interface SandBoxItem
getChangeType
public ChangeType getChangeType()
- Specified by:
getChangeType in interface SandBoxItem
setChangeType
public void setChangeType(ChangeType changeType)
- Specified by:
setChangeType in interface SandBoxItem
getTemporaryId
public java.lang.Long getTemporaryId()
- Specified by:
getTemporaryId in interface SandBoxItem
setTemporaryId
public void setTemporaryId(java.lang.Long temporaryId)
- Specified by:
setTemporaryId in interface SandBoxItem
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.