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

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.rulebuilder.dto.FieldDTO
All Implemented Interfaces:
Serializable

public class FieldDTO
extends Object
implements Serializable

Author:
Elbert Bautista (elbertbautista)
See Also:
Serialized Form

Field Summary
protected  String label
           
protected  String name
           
protected  String operators
           
protected  String options
           
 
Constructor Summary
FieldDTO()
           
 
Method Summary
 String getLabel()
           
 String getName()
           
 String getOperators()
           
 String getOptions()
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setOperators(String operators)
           
 void setOptions(String options)
           
 
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

operators

protected String operators

options

protected String options
Constructor Detail

FieldDTO

public FieldDTO()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getName

public String getName()

setName

public void setName(String name)

getOperators

public String getOperators()

setOperators

public void setOperators(String operators)

getOptions

public String getOptions()

setOptions

public void setOptions(String options)


Copyright © 2013. All Rights Reserved.