nl.hippo.client.webdav.binding.content
Class DocumentCollectionImpl

java.lang.Object
  extended by nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
All Implemented Interfaces:
Serializable, DocumentCollection

public class DocumentCollectionImpl
extends Object
implements DocumentCollection

Java binding for a searchresult XML fragment

See Also:
Serialized Form

Constructor Summary
DocumentCollectionImpl(List documents)
           
 
Method Summary
 boolean equals(Object obj)
           
 List getDocuments()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentCollectionImpl

public DocumentCollectionImpl(List documents)
Method Detail

getDocuments

public List getDocuments()
Specified by:
getDocuments in interface DocumentCollection

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2009 Hippo. All Rights Reserved.