org.kuali.rice.core.api.criteria
Class AndPredicate
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.core.api.criteria.AndPredicate
org.kuali.rice.core.api.criteria.AndPredicate
- All Implemented Interfaces: 
- Serializable, CompositePredicate, Predicate, ModelObjectBasic, ModelObjectComplete
- public final class AndPredicate 
- extends AbstractDataTransferObject
An immutable composite predicate which implements "and-ing" of multiple
 predicates together.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- for a convenient way to construct this class., 
Serialized Form
| Method Summary | 
|  Set<Predicate> | getPredicates()Returns an unmodifiable set of predicates contained within
 this composite predicate.
 | 
|  String | toString()This will return a proper string representation of the Model Object.
 | 
 
 
 
 
getPredicates
public Set<Predicate> getPredicates()
- Description copied from interface: CompositePredicate
- Returns an unmodifiable set of predicates contained within
 this composite predicate.  This set could be empty but should
 never be null.
 
- 
- Specified by:
- getPredicatesin interface- CompositePredicate
 
- 
- Returns:
- the set of predicates contained within this composite
 
toString
public final String toString()
- Description copied from interface: ModelObjectBasic
- This will return a proper string representation of the Model Object.
 All of the fields comprising the "public" api should be represented in
 the return value.
 
- 
- Specified by:
- toStringin interface- ModelObjectBasic
 
- 
- Returns:
- the string representation
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.