org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class OptionsDTO

java.lang.Object
  extended by 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

Field Summary
protected  String label
           
protected  String name
           
 
Constructor Summary
OptionsDTO()
           
 
Method Summary
 String getLabel()
           
 String getName()
           
 void setLabel(String label)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected String label

name

protected String name
Constructor Detail

OptionsDTO

public OptionsDTO()
Method Detail

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.