net.fortuna.ical4j.connector.jcr
T - the type of object supported by the collectionpublic abstract class AbstractJcrObjectCollection<T> extends org.jcrom.AbstractJcrEntity implements ObjectCollection<T>
| Constructor and Description |
|---|
AbstractJcrObjectCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName() |
String |
getDescription() |
String |
getDisplayName() |
protected javax.jcr.Node |
getNode() |
AbstractJcrObjectStore<? extends AbstractJcrObjectCollection> |
getStore() |
void |
setCollectionName(String collectionName) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setStore(AbstractJcrObjectStore<? extends AbstractJcrObjectCollection> store) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentspublic final String getCollectionName()
public final void setCollectionName(String collectionName)
collectionName - the collectionName to setpublic String getDescription()
getDescription in interface ObjectCollection<T>public String getDisplayName()
getDisplayName in interface ObjectCollection<T>public final void setDescription(String description)
description - the description to setpublic final void setDisplayName(String displayName)
displayName - the displayName to setpublic final AbstractJcrObjectStore<? extends AbstractJcrObjectCollection> getStore()
public final void setStore(AbstractJcrObjectStore<? extends AbstractJcrObjectCollection> store)
store - the store to setprotected final javax.jcr.Node getNode()
throws javax.jcr.PathNotFoundException,
org.jcrom.JcrMappingException,
javax.jcr.RepositoryException
javax.jcr.PathNotFoundException - where the repository path does not existorg.jcrom.JcrMappingException - where an error with object mapping occursjavax.jcr.RepositoryException - where an unexpected repository problem is encounteredCopyright © 2008-2013 Micronode. All Rights Reserved.