ca.bc.gov.webade.user.search
Class AbstractUserSearchQuery

java.lang.Object
  extended byca.bc.gov.webade.user.search.AbstractUserSearchQuery
All Implemented Interfaces:
java.io.Serializable, UserSearchQuery
Direct Known Subclasses:
DefaultBusinessPartnerUserSearchQuery, DefaultGovernmentUserSearchQuery

public abstract class AbstractUserSearchQuery
extends java.lang.Object
implements UserSearchQuery, java.io.Serializable

Author:
jross
See Also:
Serialized Form

Constructor Summary
AbstractUserSearchQuery()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 TextSearchAttribute getEmailAddress()
           
 TextSearchAttribute getFirstName()
           
 TextSearchAttribute getLastName()
           
 TextSearchAttribute getMiddleInitial()
           
 TextSearchAttribute getPhoneNumber()
           
 TextSearchAttribute getUserId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.bc.gov.webade.user.search.UserSearchQuery
getDirectoryUserType
 

Constructor Detail

AbstractUserSearchQuery

public AbstractUserSearchQuery()
Method Detail

getUserId

public TextSearchAttribute getUserId()
Specified by:
getUserId in interface UserSearchQuery
Returns:
Returns the userId.

getEmailAddress

public TextSearchAttribute getEmailAddress()
Returns:
Returns the emailAddress.

getPhoneNumber

public TextSearchAttribute getPhoneNumber()
Returns:
Returns the lastName.

getFirstName

public TextSearchAttribute getFirstName()
Specified by:
getFirstName in interface UserSearchQuery
Returns:
Returns the firstName.

getLastName

public TextSearchAttribute getLastName()
Specified by:
getLastName in interface UserSearchQuery
Returns:
Returns the lastName.

getMiddleInitial

public TextSearchAttribute getMiddleInitial()
Returns:
Returns the middleInitial.

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.toString()

toString

public java.lang.String toString()
See Also:
Object.toString()