com.nhncorp.neptune.client.shell.select
Class BinaryExpression

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.select.Expression
      extended by com.nhncorp.neptune.client.shell.select.BinaryExpression
All Implemented Interfaces:
WhereComponent
Direct Known Subclasses:
AndOrExpression, CompareExpression

public abstract class BinaryExpression
extends Expression


Constructor Summary
BinaryExpression()
           
 
Method Summary
 Expression getLeft()
           
 Expression getRight()
           
 void setLeft(Expression left)
           
 void setRight(Expression right)
           
 
Methods inherited from class com.nhncorp.neptune.client.shell.select.Expression
isTrue, setParamValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryExpression

public BinaryExpression()
Method Detail

getLeft

public Expression getLeft()

setLeft

public void setLeft(Expression left)

getRight

public Expression getRight()

setRight

public void setRight(Expression right)