org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class OptionsDTO
java.lang.Object
org.broadleafcommerce.openadmin.web.rulebuilder.dto.OptionsDTO
- All Implemented Interfaces:
- Serializable
public class OptionsDTO
- 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 |
label
protected String label
name
protected String name
OptionsDTO
public OptionsDTO()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2013. All Rights Reserved.