org.apache.webdav.lib.properties

Class CreationDateProperty

Implemented Interfaces:
Property

public class CreationDateProperty
extends DateProperty

DAV:creationdate property

Field Summary

static String
TAG_NAME

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

CreationDateProperty(ResponseEntity response, 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

Field Details

TAG_NAME

public static final String TAG_NAME

Constructor Details

CreationDateProperty

public CreationDateProperty(ResponseEntity response,
                            Element element)