org.broadleafcommerce.openadmin.server.domain
Interface SandBoxAction
- All Known Implementing Classes:
- SandBoxActionImpl
public interface SandBoxAction
Created by bpolster.
getId
Long getId()
setId
void setId(Long id)
getActionType
SandBoxActionType getActionType()
setActionType
void setActionType(SandBoxActionType type)
getComment
String getComment()
setComment
void setComment(String comment)
getSandBoxItems
List<SandBoxItem> getSandBoxItems()
setSandBoxItems
void setSandBoxItems(List<SandBoxItem> itemList)
addSandBoxItem
void addSandBoxItem(SandBoxItem item)
getAuditable
AdminAuditable getAuditable()
setAuditable
void setAuditable(AdminAuditable auditable)
Copyright © 2013. All Rights Reserved.