org.jasig.portal.portlets.lookup
Class PersonQuery

java.lang.Object
  extended by org.jasig.portal.portlets.lookup.PersonQuery
All Implemented Interfaces:
Serializable

public class PersonQuery
extends Object
implements Serializable

Represents a query for a person using attributes submitted by the user.

Version:
$Revision$
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
PersonQuery()
           
 
Method Summary
 Map<String,Attribute> getAttributes()
           
 void setAttributes(Map<String,Attribute> attributes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonQuery

public PersonQuery()
Method Detail

getAttributes

public Map<String,Attribute> getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(Map<String,Attribute> attributes)
Parameters:
attributes - the attributes to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2010 Jasig. All Rights Reserved.