org.xorm.query
Class AndCondition

java.lang.Object
  |
  +--org.xorm.query.Condition
        |
        +--org.xorm.query.CompoundCondition
              |
              +--org.xorm.query.AndCondition
All Implemented Interfaces:
Cloneable

public class AndCondition
extends CompoundCondition


Field Summary
 
Fields inherited from class org.xorm.query.CompoundCondition
lhs, rhs
 
Constructor Summary
AndCondition(Condition lhs, Condition rhs)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.xorm.query.CompoundCondition
clone, getLHS, getRHS
 
Methods inherited from class org.xorm.query.Condition
isInverted, setInverted
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndCondition

public AndCondition(Condition lhs,
                    Condition rhs)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/AndCondition.html,v 1.8 2004/05/30 08:55:08 wbiggs Exp $