public class DbCollection extends DbNamedEntity<DbCollection>
DumpEntity.DumpType| Constructor and Description |
|---|
DbCollection()
Create DbCollection
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DbCollection that) |
org.bedework.webdav.servlet.access.AccessState |
getAccessState() |
boolean |
getAddressBook() |
String |
getDescription() |
String |
getLastmod() |
boolean |
isCollection() |
void |
setAccessState(org.bedework.webdav.servlet.access.AccessState val) |
void |
setAddressBook(boolean val) |
void |
setDescription(String val) |
void |
setLastmod(String val) |
String |
toString() |
void |
toStringSegment(StringBuilder sb)
Add our stuff to the StringBuilder
|
getName, getPath, setName, setPathaddDeletedEntity, afterDeletion, beforeDeletion, beforeSave, beforeUpdate, getAccess, getByteSize, getCreated, getCreatorHref, getDeletedEntities, getOwnerHref, getParentPath, getSeq, length, setAccess, setByteSize, setCreated, setCreatorHref, setOwnerHref, setParentPath, setSeqclone, equals, getId, hashCode, setId, unsaveddump, dump, error, getLog, hasDumpValuepublic DbCollection()
throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setLastmod(String val)
val - public String getLastmod()
public void setDescription(String val)
val - public String getDescription()
public void setAddressBook(boolean val)
val - public boolean getAddressBook()
public boolean isCollection()
public void setAccessState(org.bedework.webdav.servlet.access.AccessState val)
public org.bedework.webdav.servlet.access.AccessState getAccessState()
public void toStringSegment(StringBuilder sb)
UnversionedDbentitytoStringSegment in class DbNamedEntity<DbCollection>sb - public int compareTo(DbCollection that)
compareTo in interface Comparable<DbCollection>compareTo in class UnversionedDbentity<DbCollection>Copyright © 2018 Bedework. All rights reserved.