Class AssetCatalogBean
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.beans.Element
org.odpi.openmetadata.viewservices.assetcatalog.beans.AssetCatalogBean
AssetCatalogBean object holds properties that are used for displaying details of an asset bean from the metadata catalog,
plus the properties and classifications and relationships.
Also, the connection to asset is available in this object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Returns the list of available relationships.int
hashCode()
Return hash code based on properties.void
setRelationships
(List<Relationship> relationships) Set up the list of relationships.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.viewservices.assetcatalog.beans.Element
getAdditionalProperties, getAnchorElement, getClassifications, getCreatedBy, getCreateTime, getGuid, getName, getOrigin, getParentElement, getProperties, getStatus, getType, getUpdatedBy, getUpdateTime, getUrl, getVersion, setAdditionalProperties, setAnchorElement, setClassifications, setCreatedBy, setCreateTime, setGuid, setName, setOrigin, setParentElement, setProperties, setStatus, setType, setUpdatedBy, setUpdateTime, setUrl, setVersion
-
Constructor Details
-
AssetCatalogBean
public AssetCatalogBean()Default constructor.
-
-
Method Details
-
getRelationships
Returns the list of available relationships.- Returns:
- the list of relationships
-
setRelationships
Set up the list of relationships.- Parameters:
relationships
- of the element
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-