org.apache.webdav.lib.properties
Class CreationDateProperty

java.lang.Object
  extended by org.apache.webdav.lib.BaseProperty
      extended by org.apache.webdav.lib.properties.DateProperty
          extended by org.apache.webdav.lib.properties.CreationDateProperty
All Implemented Interfaces:
Property

public class CreationDateProperty
extends DateProperty

DAV:creationdate property


Field Summary
static java.lang.String TAG_NAME
           
 
Fields inherited from class org.apache.webdav.lib.BaseProperty
element, response
 
Constructor Summary
CreationDateProperty(ResponseEntity response, org.w3c.dom.Element element)
           
 
Method Summary
 
Methods inherited from class org.apache.webdav.lib.properties.DateProperty
getDate
 
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME
See Also:
Constant Field Values
Constructor Detail

CreationDateProperty

public CreationDateProperty(ResponseEntity response,
                            org.w3c.dom.Element element)