Class SolutionComponentActorProperties

java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionComponentActorProperties

public class SolutionComponentActorProperties extends RelationshipProperties
SolutionComponentActorProperties represents a SolutionComponentActor relationship.
  • Constructor Details

    • SolutionComponentActorProperties

      public SolutionComponentActorProperties()
      Default constructor
    • SolutionComponentActorProperties

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

    • getDescription

      public String getDescription()
      Return the description for this element.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description for this element.
      Parameters:
      description - string
    • getRole

      public String getRole()
      Return the role of this role in supporting the behaviour of element it is derived from.
      Returns:
      String
    • setRole

      public void setRole(String role)
      Set up the role of this role in supporting the behaviour of element it is derived from.
      Parameters:
      role - String
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RelationshipProperties
      Returns:
      print out of variables in a JSON-style
    • 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