com.atlassian.user.search.page
Class MockSearchResult

java.lang.Object
  extended by javax.naming.NameClassPair
      extended by javax.naming.Binding
          extended by javax.naming.directory.SearchResult
              extended by com.atlassian.user.search.page.MockSearchResult
All Implemented Interfaces:
Serializable

public class MockSearchResult
extends SearchResult

See Also:
Serialized Form

Constructor Summary
MockSearchResult(String name)
           
MockSearchResult(String name, Object obj, Attributes attrs)
           
 
Method Summary
 boolean equals(Object obj)
           
 Attributes getAttributes()
           
 
Methods inherited from class javax.naming.directory.SearchResult
setAttributes, toString
 
Methods inherited from class javax.naming.Binding
getClassName, getObject, setObject
 
Methods inherited from class javax.naming.NameClassPair
getName, getNameInNamespace, isRelative, setClassName, setName, setNameInNamespace, setRelative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockSearchResult

public MockSearchResult(String name,
                        Object obj,
                        Attributes attrs)

MockSearchResult

public MockSearchResult(String name)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getAttributes

public Attributes getAttributes()
Overrides:
getAttributes in class SearchResult


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.