java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.AssignmentScopeProperties
All Implemented Interfaces:
Serializable

public class AssignmentScopeProperties extends RelationshipProperties
AssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).
See Also:
  • Constructor Details

    • AssignmentScopeProperties

      public AssignmentScopeProperties()
      Default constructor
    • AssignmentScopeProperties

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

    • getAssignmentType

      public String getAssignmentType()
      Return the expectations with respect to the scope.
      Returns:
      type of assignment
    • setAssignmentType

      public void setAssignmentType(String assignmentType)
      Set up the expectations with respect to the scope.
      Parameters:
      assignmentType - type of assignment
    • getDescription

      public String getDescription()
      Return additional descriptive text.
      Returns:
      text
    • setDescription

      public void setDescription(String description)
      Set up additional descriptive text.
      Parameters:
      description - text
    • 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