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

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

public class DocumentImpl
extends Object
implements Document

Java binding for a document XML fragment

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 RawResponse getContent()
           
 DocumentMetadata getMetadata()
           
 DocumentPath getPath()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getContent

public RawResponse getContent()
Specified by:
getContent in interface Document

getPath

public DocumentPath getPath()
Specified by:
getPath in interface Document

getMetadata

public DocumentMetadata getMetadata()
Specified by:
getMetadata in interface Document

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.