org.apache.webdav.lib.properties

Class ModificationDateProperty

Implemented Interfaces:
Property

public class ModificationDateProperty
extends DateProperty

DAV:modificationdate

Field Summary

static String
TAG_NAME

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

element, response

Constructor Summary

ModificationDateProperty(ResponseEntity response, Element element)
Default constructor for the property.

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

ModificationDateProperty

public ModificationDateProperty(ResponseEntity response,
                                Element element)
Default constructor for the property.