org.apache.webdav.lib.properties
Interface GetLastModifiedProperty

All Superinterfaces:
Property
All Known Implementing Classes:
XMLResponseMethodBase.GetLastModifiedPropertyImpl

public interface GetLastModifiedProperty
extends Property

This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified. It does not, as the name might misleadingly imply, have anything to do with getting the most recently modified property.

Version:
$Revision: 1.2 $
Author:
BC Holmes

Field Summary
static java.lang.String DATE_FORMAT
          The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
static java.lang.String TAG_NAME
          The property name.
 
Method Summary
 java.util.Date getDate()
          Get the date of the last modification.
 
Methods inherited from interface org.apache.webdav.lib.Property
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME
The property name.

DATE_FORMAT

public static final java.lang.String DATE_FORMAT
The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
Method Detail

getDate

public java.util.Date getDate()
Get the date of the last modification.