org.opencrx.application.uses.net.sf.webdav
Interface Resource

All Known Implementing Classes:
AccountCollectionResource, DocumentCollectionResource, DocumentFeedResource, DocumentFolderResource

public interface Resource


Method Summary
 Date getCreationDate()
          Gets the date of the creation
 String getDisplayName()
          Get resource's display name.
 Date getLastModified()
          Gets the date of the last modification
 String getName()
          Get resource's name.
 boolean isCollection()
          Determines whether the Resource is a collection.
 

Method Detail

getName

String getName()
Get resource's name.

Returns:

getDisplayName

String getDisplayName()
Get resource's display name.


isCollection

boolean isCollection()
Determines whether the Resource is a collection.

Returns:
true if the Resource is a collection

getLastModified

Date getLastModified()
Gets the date of the last modification

Returns:
last modification Date

getCreationDate

Date getCreationDate()
Gets the date of the creation

Returns:
creation Date


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.