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 Object
- implements SandBoxAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
auditable
protected AdminAuditable auditable
sandBoxActionType
protected String sandBoxActionType
comment
protected String comment
sandBoxItems
protected List<SandBoxItem> sandBoxItems
SandBoxActionImpl
public SandBoxActionImpl()
getId
public Long getId()
- Specified by:
getId in interface SandBoxAction
setId
public void setId(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 String getComment()
- Specified by:
getComment in interface SandBoxAction
setComment
public void setComment(String comment)
- Specified by:
setComment in interface SandBoxAction
getSandBoxItems
public List<SandBoxItem> getSandBoxItems()
- Specified by:
getSandBoxItems in interface SandBoxAction
setSandBoxItems
public void setSandBoxItems(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 © 2013. All Rights Reserved.