org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class DataDTO
java.lang.Object
org.broadleafcommerce.openadmin.web.rulebuilder.dto.DataDTO
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpressionDTO
public class DataDTO
- extends Object
- implements Serializable
- Author:
- Elbert Bautista (elbertbautista)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
quantity
protected Integer quantity
groupOperator
protected String groupOperator
groups
protected ArrayList<DataDTO> groups
DataDTO
public DataDTO()
getId
public Long getId()
setId
public void setId(Long id)
getQuantity
public Integer getQuantity()
setQuantity
public void setQuantity(Integer quantity)
getGroupOperator
public String getGroupOperator()
setGroupOperator
public void setGroupOperator(String groupOperator)
getGroups
public ArrayList<DataDTO> getGroups()
setGroups
public void setGroups(ArrayList<DataDTO> groups)
Copyright © 2013. All Rights Reserved.