com.softwareag.centrasite.policy.api
Class PolicyExportHandlerResult.ObjectSet
java.lang.Object
com.softwareag.centrasite.policy.api.PolicyExportHandlerResult.ObjectSet
- Direct Known Subclasses:
- PolicyExportHandlerResult.OrgType
- Enclosing class:
- PolicyExportHandlerResult
public static class PolicyExportHandlerResult.ObjectSet
- extends java.lang.Object
A top object with its related objects and resources
Constructor Summary |
PolicyExportHandlerResult.ObjectSet(javax.xml.registry.infomodel.RegistryObject topObject,
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects,
java.util.Collection<java.lang.String> webdav)
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getObjects()
|
javax.xml.registry.infomodel.RegistryObject |
getTopObject()
|
java.util.Collection<java.lang.String> |
getWebdav()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PolicyExportHandlerResult.ObjectSet
public PolicyExportHandlerResult.ObjectSet(javax.xml.registry.infomodel.RegistryObject topObject,
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects,
java.util.Collection<java.lang.String> webdav)
getTopObject
public javax.xml.registry.infomodel.RegistryObject getTopObject()
getObjects
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getObjects()
getWebdav
public java.util.Collection<java.lang.String> getWebdav()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object