public static class PolicyExportHandlerResult.OrgType extends PolicyExportHandlerResult.ObjectSet
Constructor and Description |
---|
OrgType(Concept concept,
java.util.Collection<RegistryObject> objects,
java.util.Collection<java.lang.String> webdav)
Constructs
OrgType object. |
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept()
Returns the top object of a object collection.
|
equals, getObjects, getTopObject, getWebdav, hashCode, isCollected, toString
public OrgType(Concept concept, java.util.Collection<RegistryObject> objects, java.util.Collection<java.lang.String> webdav)
OrgType
object.concept
- the top object of a object collection.objects
- the collection of objects including the top object.webdav
- the collection of webdav resources.