org.jasig.portal.portlets.lookup
Class PersonQuery
java.lang.Object
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
PersonQuery
public PersonQuery()
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.