org.broadleafcommerce.openadmin.server.domain
Class SandBoxActionImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.domain.SandBoxActionImpl
All Implemented Interfaces:
SandBoxAction

@Entity
public class SandBoxActionImpl
extends Object
implements SandBoxAction


Field Summary
protected  AdminAuditable auditable
           
protected  String comment
           
protected  Long id
           
protected  String sandBoxActionType
           
protected  List<SandBoxItem> sandBoxItems
           
 
Constructor Summary
SandBoxActionImpl()
           
 
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> sandBoxItems)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

auditable

protected AdminAuditable auditable

sandBoxActionType

protected String sandBoxActionType

comment

protected String comment

sandBoxItems

protected List<SandBoxItem> sandBoxItems
Constructor Detail

SandBoxActionImpl

public SandBoxActionImpl()
Method Detail

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.