org.broadleafcommerce.openadmin.server.domain
Class SandBoxItemImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl
- All Implemented Interfaces:
- java.io.Serializable, SandBoxItem
- Direct Known Subclasses:
- EntitySandBoxItemImpl
@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
auditable
protected AdminAuditable auditable
sandBox
protected SandBox sandBox
originalSandBox
protected SandBox originalSandBox
sandBoxItemType
protected java.lang.String sandBoxItemType
sandboxOperationType
protected java.lang.String sandboxOperationType
description
protected java.lang.String description
temporaryItemId
protected java.lang.Long temporaryItemId
originalItemId
protected java.lang.Long originalItemId
archivedFlag
protected java.lang.Boolean archivedFlag
sandBoxActions
protected java.util.List<SandBoxAction> sandBoxActions
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
getSandBox
public SandBox getSandBox()
- Specified by:
getSandBox in interface SandBoxItem
setSandBox
public void setSandBox(SandBox sandBox)
- Specified by:
setSandBox in interface SandBoxItem
getOriginalSandBox
public SandBox getOriginalSandBox()
- Specified by:
getOriginalSandBox in interface SandBoxItem
setOriginalSandBox
public void setOriginalSandBox(SandBox originalSandBox)
- Specified by:
setOriginalSandBox in interface SandBoxItem
getSandBoxItemType
public SandBoxItemType getSandBoxItemType()
- Specified by:
getSandBoxItemType in interface SandBoxItem
setSandBoxItemType
public void setSandBoxItemType(SandBoxItemType sandBoxItemType)
- Specified by:
setSandBoxItemType in interface SandBoxItem
getSandBoxOperationType
public SandBoxOperationType getSandBoxOperationType()
- Specified by:
getSandBoxOperationType in interface SandBoxItem
setSandBoxOperationType
public void setSandBoxOperationType(SandBoxOperationType sandboxOperationType)
- Specified by:
setSandBoxOperationType in interface SandBoxItem
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface SandBoxItem
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface SandBoxItem
getOriginalItemId
public java.lang.Long getOriginalItemId()
- Specified by:
getOriginalItemId in interface SandBoxItem
setOriginalItemId
public void setOriginalItemId(java.lang.Long itemIdentifer)
- Specified by:
setOriginalItemId in interface SandBoxItem
getTemporaryItemId
public java.lang.Long getTemporaryItemId()
- Specified by:
getTemporaryItemId in interface SandBoxItem
setTemporaryItemId
public void setTemporaryItemId(java.lang.Long temporaryItemId)
- Specified by:
setTemporaryItemId in interface SandBoxItem
getSandBoxActions
public java.util.List<SandBoxAction> getSandBoxActions()
- Specified by:
getSandBoxActions in interface SandBoxItem
setSandBoxActions
public void setSandBoxActions(java.util.List<SandBoxAction> actionList)
- Specified by:
setSandBoxActions in interface SandBoxItem
getArchivedFlag
public java.lang.Boolean getArchivedFlag()
- Specified by:
getArchivedFlag in interface SandBoxItem
setArchivedFlag
public void setArchivedFlag(java.lang.Boolean archivedFlag)
- Specified by:
setArchivedFlag in interface SandBoxItem
addSandBoxAction
public void addSandBoxAction(SandBoxAction action)
- Specified by:
addSandBoxAction in interface SandBoxItem
getAuditable
public AdminAuditable getAuditable()
- Specified by:
getAuditable in interface SandBoxItem
setAuditable
public void setAuditable(AdminAuditable auditable)
- Specified by:
setAuditable 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.