java.lang.Object
org.odpi.openmetadata.accessservices.projectmanagement.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.projectmanagement.properties.ProjectTeamProperties

public class ProjectTeamProperties extends RelationshipProperties
ProjectTeamProperties provides a details of the purpose (and privileges) of the membership role.
  • Constructor Details

    • ProjectTeamProperties

      public ProjectTeamProperties()
      Default constructor
    • ProjectTeamProperties

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

    • getTeamRole

      public String getTeamRole()
      Return the membership type.
      Returns:
      membership type
    • setTeamRole

      public void setTeamRole(String teamRole)
      Set up the membership type.
      Parameters:
      teamRole - membership type
    • 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