Class FindAssetOriginProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.FindProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.FindAssetOriginProperties

public class FindAssetOriginProperties extends FindProperties
AssetOriginProperties provides a structure for passing information about an asset's origin.
  • Constructor Details

    • FindAssetOriginProperties

      public FindAssetOriginProperties()
      Default constructor
    • FindAssetOriginProperties

      public FindAssetOriginProperties(FindAssetOriginProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getOrganizationGUID

      public String getOrganizationGUID()
      Return the unique identifier (GUID) of the organization where this asset originated from.
      Returns:
      unique identifier (GUID)
    • setOrganizationGUID

      public void setOrganizationGUID(String organizationGUID)
      Set up the unique identifier (GUID) of the organization where this asset originated from.
      Parameters:
      organizationGUID - unique identifier (GUID)
    • getBusinessCapabilityGUID

      public String getBusinessCapabilityGUID()
      Return the unique identifier (GUID) of the business capability where this asset originated from.
      Returns:
      unique identifier (GUID)
    • setBusinessCapabilityGUID

      public void setBusinessCapabilityGUID(String businessCapabilityGUID)
      Set up the unique identifier (GUID) of the business capability where this asset originated from.
      Parameters:
      businessCapabilityGUID - unique identifier (GUID)
    • getOtherOriginValues

      public Map<String,String> getOtherOriginValues()
      Return any other descriptive labels describing origin of the asset.
      Returns:
      map of property values
    • setOtherOriginValues

      public void setOtherOriginValues(Map<String,String> otherOriginValues)
      Set up any descriptive labels describing origin of the asset.
      Parameters:
      otherOriginValues - map of property values
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class FindProperties
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code