org.broadleafcommerce.openadmin.server.domain
Interface SandBoxAction

All Known Implementing Classes:
SandBoxActionImpl

public interface SandBoxAction

Created by bpolster.


Method Summary
 void addSandBoxItem(SandBoxItem item)
           
 SandBoxActionType getActionType()
           
 AdminAuditable getAuditable()
           
 String getComment()
           
 Long getId()
           
 List<SandBoxItem> getSandBoxItems()
           
 void setActionType(SandBoxActionType type)
           
 void setAuditable(AdminAuditable auditable)
           
 void setComment(String comment)
           
 void setId(Long id)
           
 void setSandBoxItems(List<SandBoxItem> itemList)
           
 

Method Detail

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.