Class ResourceListProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties

public class ResourceListProperties extends RelationshipProperties
ResourceListProperties provides a details of why an element providing resources (such as a community) has been attached to an initiative such as a governance domain.
  • Constructor Details

    • ResourceListProperties

      public ResourceListProperties()
      Default constructor
    • ResourceListProperties

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

    • getResourceUse

      public String getResourceUse()
      Return the identifier that describes the type of resource use. (Use ResourceUse enum in GAF).
      Returns:
      string
    • setResourceUse

      public void setResourceUse(String resourceUse)
      Set up identifier that describes the type of resource use. (Use ResourceUse enum in GAF).
      Parameters:
      resourceUse - string
    • getResourceUseDescription

      public String getResourceUseDescription()
      Return the description of how the resource is used, or why it is useful.
      Returns:
      string
    • setResourceUseDescription

      public void setResourceUseDescription(String resourceUseDescription)
      Set up the description of how the resource is used, or why it is useful.
      Parameters:
      resourceUseDescription - string
    • getResourceUseProperties

      public Map<String,String> getResourceUseProperties()
      Return any additional properties that explains how to use the resource.
      Returns:
      map
    • setResourceUseProperties

      public void setResourceUseProperties(Map<String,String> resourceUseProperties)
      Set up any additional properties that explains how to use the resource.
      Parameters:
      resourceUseProperties - map
    • getWatchResource

      public boolean getWatchResource()
      Return whether changes to the resource result in notifications to the initiative.
      Returns:
      flag
    • setWatchResource

      public void setWatchResource(boolean watchResource)
      Set up whether changes to the resource result in notifications to the initiative.
      Parameters:
      watchResource - flag
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class RelationshipProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class RelationshipProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class RelationshipProperties
      Returns:
      int