org.broadleafcommerce.openadmin.server.domain
Class SandBoxItemImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxItemImpl
- All Implemented Interfaces:
- Serializable, SandBoxItem
@Entity
public class SandBoxItemImpl
- extends Object
- implements SandBoxItem
- See Also:
- Serialized Form
id
protected Long id
auditable
protected AdminAuditable auditable
sandBoxId
protected Long sandBoxId
originalSandBoxId
protected Long originalSandBoxId
sandBoxItemType
protected String sandBoxItemType
sandboxOperationType
protected String sandboxOperationType
description
protected String description
groupDescription
protected String groupDescription
temporaryItemId
protected Long temporaryItemId
originalItemId
protected Long originalItemId
archivedFlag
protected Character archivedFlag
sandBoxActions
protected List<SandBoxAction> sandBoxActions
SandBoxItemImpl
public SandBoxItemImpl()
getId
public Long getId()
- Specified by:
getId in interface SandBoxItem
setId
public void setId(Long id)
- Specified by:
setId in interface SandBoxItem
getSandBoxId
public Long getSandBoxId()
- Specified by:
getSandBoxId in interface SandBoxItem
setSandBoxId
public void setSandBoxId(Long sandBoxId)
- Specified by:
setSandBoxId in interface SandBoxItem
getOriginalSandBoxId
public Long getOriginalSandBoxId()
- Specified by:
getOriginalSandBoxId in interface SandBoxItem
setOriginalSandBoxId
public void setOriginalSandBoxId(Long originalSandBoxId)
- Specified by:
setOriginalSandBoxId 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 String getDescription()
- Specified by:
getDescription in interface SandBoxItem
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface SandBoxItem
getOriginalItemId
public Long getOriginalItemId()
- Specified by:
getOriginalItemId in interface SandBoxItem
setOriginalItemId
public void setOriginalItemId(Long itemIdentifer)
- Specified by:
setOriginalItemId in interface SandBoxItem
getTemporaryItemId
public Long getTemporaryItemId()
- Specified by:
getTemporaryItemId in interface SandBoxItem
setTemporaryItemId
public void setTemporaryItemId(Long temporaryItemId)
- Specified by:
setTemporaryItemId in interface SandBoxItem
getSandBoxActions
public List<SandBoxAction> getSandBoxActions()
- Specified by:
getSandBoxActions in interface SandBoxItem
setSandBoxActions
public void setSandBoxActions(List<SandBoxAction> actionList)
- Specified by:
setSandBoxActions in interface SandBoxItem
getArchivedFlag
public Boolean getArchivedFlag()
- Specified by:
getArchivedFlag in interface SandBoxItem
setArchivedFlag
public void setArchivedFlag(Boolean archivedFlag)
- Specified by:
setArchivedFlag in interface SandBoxItem
addSandBoxAction
public void addSandBoxAction(SandBoxAction action)
- Specified by:
addSandBoxAction in interface SandBoxItem
getGroupDescription
public String getGroupDescription()
- Specified by:
getGroupDescription in interface SandBoxItem
setGroupDescription
public void setGroupDescription(String groupDescription)
- Specified by:
setGroupDescription 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 Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.