org.broadleafcommerce.openadmin.client.translation.statement
Class Expression

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.translation.statement.Expression

public class Expression
extends Object

Author:
jfischer

Field Summary
protected  String field
           
protected  com.smartgwt.client.types.OperatorId operator
           
protected  String value
           
 
Constructor Summary
Expression()
           
 
Method Summary
 String getField()
           
 com.smartgwt.client.types.OperatorId getOperator()
           
 String getValue()
           
 void setField(String field)
           
 void setOperator(com.smartgwt.client.types.OperatorId operator)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected String field

operator

protected com.smartgwt.client.types.OperatorId operator

value

protected String value
Constructor Detail

Expression

public Expression()
Method Detail

getField

public String getField()

setField

public void setField(String field)

getOperator

public com.smartgwt.client.types.OperatorId getOperator()

setOperator

public void setOperator(com.smartgwt.client.types.OperatorId operator)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.