|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.OzoneProxy | +--org.ozoneDB.xml.core.XMLCollectionImpl_Proxy
This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.
Field Summary |
Fields inherited from class org.ozoneDB.OzoneProxy |
link, linkTable, remoteID |
Constructor Summary | |
XMLCollectionImpl_Proxy()
|
|
XMLCollectionImpl_Proxy(org.ozoneDB.core.ObjectID oid,
org.ozoneDB.OzoneInterface link)
|
Method Summary | |
void |
addResource(java.lang.String arg0)
|
static XMLCollection |
createObject(org.ozoneDB.OzoneInterface link)
|
XMLCollection |
getChildCollection(java.lang.String arg0)
|
int |
getChildCollectionCount()
Returnes a non-recursive count of child collections (i.e. |
java.lang.String |
getName()
get the name given to this collection |
org.ozoneDB.core.ObjectID |
getObjectID()
|
XMLCollection |
getParentCollection()
|
int |
getResourceCount()
|
java.util.Set |
getResources()
|
boolean |
hasResource(java.lang.String arg0)
|
java.lang.String[] |
listChildCollections()
|
void |
setChildCollection(java.lang.String arg0,
XMLCollection arg1)
Added to support parent-child collections |
void |
setName(java.lang.String arg0)
Set the name of this collection |
void |
setParentCollection(XMLCollection arg0)
Added to support parent-child collections |
void |
storeResource(java.lang.String arg0,
Resource arg1)
|
Methods inherited from class org.ozoneDB.OzoneProxy |
createProxyLinkAttributes, equals, finalize, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLCollectionImpl_Proxy()
public XMLCollectionImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
Method Detail |
public static XMLCollection createObject(org.ozoneDB.OzoneInterface link)
public java.lang.String getName()
XMLCollection
getName
in interface XMLCollection
public java.util.Set getResources()
getResources
in interface XMLCollection
public void setName(java.lang.String arg0)
XMLCollection
setName
in interface XMLCollection
public XMLCollection getParentCollection()
getParentCollection
in interface XMLCollection
public void setParentCollection(XMLCollection arg0)
XMLCollection
setParentCollection
in interface XMLCollection
public int getChildCollectionCount()
XMLCollection
getChildCollectionCount
in interface XMLCollection
public java.lang.String[] listChildCollections()
listChildCollections
in interface XMLCollection
public XMLCollection getChildCollection(java.lang.String arg0)
getChildCollection
in interface XMLCollection
public int getResourceCount()
getResourceCount
in interface XMLCollection
public boolean hasResource(java.lang.String arg0)
hasResource
in interface XMLCollection
public void addResource(java.lang.String arg0)
addResource
in interface XMLCollection
public void storeResource(java.lang.String arg0, Resource arg1)
storeResource
in interface XMLCollection
public void setChildCollection(java.lang.String arg0, XMLCollection arg1)
XMLCollection
setChildCollection
in interface XMLCollection
public org.ozoneDB.core.ObjectID getObjectID()
getObjectID
in interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
in class org.ozoneDB.OzoneProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |