java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.model.Element
org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogBean
All Implemented Interfaces:
Serializable

public class AssetCatalogBean extends Element implements Serializable
AssetCatalogBean object holds properties that are used for displaying details of an asset-catalog bean, plus the properties and classifications and relationships. Also, the connection to asset is available in this object.
See Also:
  • Constructor Details

    • AssetCatalogBean

      public AssetCatalogBean()
  • Method Details

    • getRelationships

      public List<Relationship> getRelationships()
      Returns the list of available relationships
      Returns:
      the list of relationships
    • setRelationships

      public void setRelationships(List<Relationship> relationships)
      Set up the list of relationships
      Parameters:
      relationships - of the element
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Element
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Element
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Element