java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Collection
All Implemented Interfaces:
Serializable

public class Collection extends Referenceable
The collection entity is a group of related items.
See Also:
  • Constructor Details

    • Collection

      public Collection()
  • Method Details

    • getName

      public String getName()
      Return the name of the collection.
      Returns:
      name string name
    • setName

      public void setName(String name)
      Set up the name of the collection.
      Parameters:
      name - String name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Referenceable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Referenceable
    • toString

      public String toString()
      Overrides:
      toString in class Referenceable