net.java.dev.webdav.core.jaxrs.xml.properties
Class GetETag

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.properties.GetETag

public final class GetETag
extends java.lang.Object

WebDAV getetag Property.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 15.6 "getetag Property" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
GetETag()
           
GetETag(java.lang.String entityTag)
           
 
Method Summary
 java.lang.String getEntityTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetETag

public GetETag()

GetETag

public GetETag(java.lang.String entityTag)
Method Detail

getEntityTag

public final java.lang.String getEntityTag()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.