Class WdCollection<T>
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.WdEntity<T>
-
- org.bedework.webdav.servlet.shared.WdCollection<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
Comparable<WdEntity<?>>
- Direct Known Subclasses:
WdCollectionBase
public abstract class WdCollection<T> extends WdEntity<T>
Class to represent a collection in WebDAV- Author:
- douglm
-
-
Constructor Summary
Constructors Constructor Description WdCollection()Constructor
-
Method Summary
-
Methods inherited from class org.bedework.webdav.servlet.shared.WdEntity
compareTo, getAliasUri, getCanPublish, getCanShare, getCreated, getDescription, getDisplayName, getEtag, getLastmod, getName, getOwner, getParentPath, getPath, getPreviousEtag, getProperty, hashCode, isAlias, resolveAlias, setCreated, setDescription, setDisplayName, setLastmod, setName, setOwner, setParentPath, setPath, setProperty, toString, toStringSegment
-
-