org.broadleafcommerce.openadmin.server.domain
Class SandBoxActionImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxActionImpl
- All Implemented Interfaces:
- SandBoxAction
@Entity
public class SandBoxActionImpl
- extends java.lang.Object
- implements SandBoxAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
auditable
protected AdminAuditable auditable
sandBoxActionType
protected java.lang.String sandBoxActionType
comment
protected java.lang.String comment
sandBoxItems
protected java.util.List<SandBoxItem> sandBoxItems
SandBoxActionImpl
public SandBoxActionImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface SandBoxAction
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface SandBoxAction
getActionType
public SandBoxActionType getActionType()
- Specified by:
getActionType in interface SandBoxAction
setActionType
public void setActionType(SandBoxActionType type)
- Specified by:
setActionType in interface SandBoxAction
getComment
public java.lang.String getComment()
- Specified by:
getComment in interface SandBoxAction
setComment
public void setComment(java.lang.String comment)
- Specified by:
setComment in interface SandBoxAction
getSandBoxItems
public java.util.List<SandBoxItem> getSandBoxItems()
- Specified by:
getSandBoxItems in interface SandBoxAction
setSandBoxItems
public void setSandBoxItems(java.util.List<SandBoxItem> sandBoxItems)
- Specified by:
setSandBoxItems in interface SandBoxAction
addSandBoxItem
public void addSandBoxItem(SandBoxItem item)
- Specified by:
addSandBoxItem in interface SandBoxAction
getAuditable
public AdminAuditable getAuditable()
- Specified by:
getAuditable in interface SandBoxAction
setAuditable
public void setAuditable(AdminAuditable auditable)
- Specified by:
setAuditable in interface SandBoxAction
Copyright © 2011. All Rights Reserved.