|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.plugin.delegates.ManagerDelegate
public abstract class ManagerDelegate
Base class for delegates of CollectionManager
s.
Note that a ManagerDelegate
must honour the Serializable
interface.
Delegate
,
Serialized FormConstructor Summary | |
---|---|
ManagerDelegate()
|
Method Summary | |
---|---|
Collection |
getCollection()
Returns the Collection . |
void |
setCollection(Collection c)
Sets the Collection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagerDelegate()
Method Detail |
---|
public void setCollection(Collection c)
Collection
collection
- the collection to setpublic Collection getCollection()
Collection
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |