org.broadleafcommerce.openadmin.server.domain
Class EntitySandBoxItemImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl
org.broadleafcommerce.openadmin.server.domain.EntitySandBoxItemImpl
- All Implemented Interfaces:
- java.io.Serializable, EntitySandBoxItem, SandBoxItem
@Entity
public class EntitySandBoxItemImpl
- extends SandBoxItemImpl
- implements EntitySandBoxItem
- See Also:
- Serialized Form
| Fields inherited from class org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl |
archivedFlag, auditable, description, id, originalItemId, originalSandBox, sandBox, sandBoxActions, sandBoxItemType, sandboxOperationType, temporaryItemId |
| Methods inherited from class org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl |
addSandBoxAction, getArchivedFlag, getAuditable, getDescription, getId, getOriginalItemId, getOriginalSandBox, getSandBox, getSandBoxActions, getSandBoxItemType, getSandBoxOperationType, getTemporaryItemId, setArchivedFlag, setAuditable, setDescription, setId, setOriginalItemId, setOriginalSandBox, setSandBox, setSandBoxActions, setSandBoxItemType, setSandBoxOperationType, setTemporaryItemId |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.broadleafcommerce.openadmin.server.domain.SandBoxItem |
addSandBoxAction, getArchivedFlag, getAuditable, getDescription, getId, getOriginalItemId, getOriginalSandBox, getSandBox, getSandBoxActions, getSandBoxItemType, getSandBoxOperationType, getTemporaryItemId, setArchivedFlag, setAuditable, setDescription, setId, setOriginalItemId, setOriginalSandBox, setSandBox, setSandBoxActions, setSandBoxItemType, setSandBoxOperationType, setTemporaryItemId |
entity
protected Entity entity
temporaryId
protected java.lang.Long temporaryId
persistencePerspective
protected PersistencePerspective persistencePerspective
ceilingEntityFullyQualifiedClassname
protected java.lang.String ceilingEntityFullyQualifiedClassname
customCriteria
protected java.lang.String customCriteria
changeType
protected ChangeType changeType
EntitySandBoxItemImpl
public EntitySandBoxItemImpl()
getEntity
public Entity getEntity()
- Specified by:
getEntity in interface EntitySandBoxItem
setEntity
public void setEntity(Entity entity)
- Specified by:
setEntity in interface EntitySandBoxItem
getPersistencePerspective
public PersistencePerspective getPersistencePerspective()
- Specified by:
getPersistencePerspective in interface EntitySandBoxItem
setPersistencePerspective
public void setPersistencePerspective(PersistencePerspective persistencePerspective)
- Specified by:
setPersistencePerspective in interface EntitySandBoxItem
getCeilingEntityFullyQualifiedClassname
public java.lang.String getCeilingEntityFullyQualifiedClassname()
- Specified by:
getCeilingEntityFullyQualifiedClassname in interface EntitySandBoxItem
setCeilingEntityFullyQualifiedClassname
public void setCeilingEntityFullyQualifiedClassname(java.lang.String ceilingEntityFullyQualifiedClassname)
- Specified by:
setCeilingEntityFullyQualifiedClassname in interface EntitySandBoxItem
getCustomCriteria
public java.lang.String getCustomCriteria()
- Specified by:
getCustomCriteria in interface EntitySandBoxItem
setCustomCriteria
public void setCustomCriteria(java.lang.String customCriteria)
- Specified by:
setCustomCriteria in interface EntitySandBoxItem
getChangeType
public ChangeType getChangeType()
- Specified by:
getChangeType in interface EntitySandBoxItem
setChangeType
public void setChangeType(ChangeType changeType)
- Specified by:
setChangeType in interface EntitySandBoxItem
getTemporaryId
public java.lang.Long getTemporaryId()
- Specified by:
getTemporaryId in interface EntitySandBoxItem
setTemporaryId
public void setTemporaryId(java.lang.Long temporaryId)
- Specified by:
setTemporaryId in interface EntitySandBoxItem
hashCode
public int hashCode()
- Overrides:
hashCode in class SandBoxItemImpl
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class SandBoxItemImpl
Copyright © 2011. All Rights Reserved.