Class Collection
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Collection
- All Implemented Interfaces:
Serializable
Collection is a java bean used to create collections associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getName
Return the name of the collection.- Returns:
- name string name
-
setName
Set up the name of the collection.- Parameters:
name
- String name
-
equals
- Overrides:
equals
in classReferenceable
-
canEqual
- Overrides:
canEqual
in classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCode
in classReferenceable
-
toString
- Overrides:
toString
in classReferenceable
-