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

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

public final class CreationDate
extends java.lang.Object

WebDAV creationdate Property.

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

Constructor Summary
CreationDate(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

CreationDate

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

getDateTime

public final java.util.Date getDateTime()


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