net.java.dev.webdav.jaxrs.xml.properties
Class GetLastModified

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

public final class GetLastModified
extends java.lang.Object

WebDAV getlastmodified Property.

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

Constructor Summary
GetLastModified()
          Creates an empty (thus invalid) instance.
GetLastModified(java.util.Date dateTime)
           
 
Method Summary
 java.util.Date getDateTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLastModified

public GetLastModified()
Creates an empty (thus invalid) instance. Use only to list property name within response to <propname/> request. Not to be used for creation of valid instances of this property; use GetLastModified(Date) instead.


GetLastModified

public GetLastModified(java.util.Date dateTime)
Method Detail

getDateTime

public final java.util.Date getDateTime()


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