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

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

public class DocumentMetadataImpl
extends Object
implements DocumentMetadata

Java binding for a DocumentMetadataImpl XML fragment

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 String getCaption()
           
 String getContentLanguage()
           
 String getContentLength()
           
 String getContentType()
           
 String getCreatedBy()
           
 String getCreationDate()
           
 String getDisplayname()
           
 DocumentPath getDocumentPath()
           
 String getEtag()
           
 String getId()
           
 Integer getIndex()
           
 String getLastmodified()
           
 String getLastModifiedBy()
           
 String getLastWorkflowUser()
           
 String getLinks()
           
 String getModificationDate()
           
 Set getProperties()
           
 String getPropertyValue(String propertyName, String namespaceUri)
           
 String getPublicationDate()
           
 String getReferences()
           
 String getType()
           
 int hashCode()
           
 boolean isCollection()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDocumentPath

public DocumentPath getDocumentPath()
Specified by:
getDocumentPath in interface DocumentMetadata

getProperties

public Set getProperties()
Specified by:
getProperties in interface DocumentMetadata

getPropertyValue

public String getPropertyValue(String propertyName,
                               String namespaceUri)
Specified by:
getPropertyValue in interface DocumentMetadata

getDisplayname

public String getDisplayname()
Specified by:
getDisplayname in interface DocumentMetadata

getCaption

public String getCaption()
Specified by:
getCaption in interface DocumentMetadata

isCollection

public boolean isCollection()
Specified by:
isCollection in interface DocumentMetadata

getType

public String getType()
Specified by:
getType in interface DocumentMetadata

getId

public String getId()
Specified by:
getId in interface DocumentMetadata

getIndex

public Integer getIndex()
Specified by:
getIndex in interface DocumentMetadata

getContentLanguage

public String getContentLanguage()
Specified by:
getContentLanguage in interface DocumentMetadata

getEtag

public String getEtag()
Specified by:
getEtag in interface DocumentMetadata

getLastmodified

public String getLastmodified()
Specified by:
getLastmodified in interface DocumentMetadata

getCreatedBy

public String getCreatedBy()
Specified by:
getCreatedBy in interface DocumentMetadata

getCreationDate

public String getCreationDate()
Specified by:
getCreationDate in interface DocumentMetadata

getPublicationDate

public String getPublicationDate()
Specified by:
getPublicationDate in interface DocumentMetadata

getModificationDate

public String getModificationDate()
Specified by:
getModificationDate in interface DocumentMetadata

getLastModifiedBy

public String getLastModifiedBy()
Specified by:
getLastModifiedBy in interface DocumentMetadata

getReferences

public String getReferences()
Specified by:
getReferences in interface DocumentMetadata

getLinks

public String getLinks()
Specified by:
getLinks in interface DocumentMetadata

getLastWorkflowUser

public String getLastWorkflowUser()
Specified by:
getLastWorkflowUser in interface DocumentMetadata

getContentType

public String getContentType()
Specified by:
getContentType in interface DocumentMetadata

getContentLength

public String getContentLength()
Specified by:
getContentLength in interface DocumentMetadata

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.