java.lang.Object
org.odpi.openmetadata.frameworks.integration.bitol.common.BitolTeam

public class BitolTeam extends Object
This class represents the team responsible for a Bitol Open Data Contract Standard (ODCS) data contract or Open Data Product Standard (ODPS) data product.
  • Constructor Details

    • BitolTeam

      public BitolTeam()
      Default constructor
  • Method Details

    • getId

      public String getId()
      Return the stable identifier of this element (alphanumeric, hyphen and underscore characters only).
      Returns:
      string identifier
    • setId

      public void setId(String id)
      Set up the stable identifier of this element (alphanumeric, hyphen and underscore characters only).
      Parameters:
      id - string identifier
    • getName

      public String getName()
      Return the name of the team.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the name of the team.
      Parameters:
      name - string name
    • getDescription

      public String getDescription()
      Return the description of the team.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description of the team.
      Parameters:
      description - string description
    • getMembers

      public List<BitolTeamMember> getMembers()
      Return the list of team members.
      Returns:
      list of team members
    • setMembers

      public void setMembers(List<BitolTeamMember> members)
      Set up the list of team members.
      Parameters:
      members - list of team members
    • getTags

      public List<String> getTags()
      Return the list of tags attached to this element.
      Returns:
      list of tag strings
    • setTags

      public void setTags(List<String> tags)
      Set up the list of tags attached to this element.
      Parameters:
      tags - list of tag strings
    • getCustomProperties

      public List<BitolCustomProperty> getCustomProperties()
      Return the list of custom (key/value) properties attached to this element.
      Returns:
      list of custom properties
    • setCustomProperties

      public void setCustomProperties(List<BitolCustomProperty> customProperties)
      Set up the list of custom (key/value) properties attached to this element.
      Parameters:
      customProperties - list of custom properties
    • getAuthoritativeDefinitions

      public List<BitolAuthoritativeDefinition> getAuthoritativeDefinitions()
      Return the list of links to sources that provide more details about this element.
      Returns:
      list of authoritative definitions
    • setAuthoritativeDefinitions

      public void setAuthoritativeDefinitions(List<BitolAuthoritativeDefinition> authoritativeDefinitions)
      Set up the list of links to sources that provide more details about this element.
      Parameters:
      authoritativeDefinitions - list of authoritative definitions
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      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 Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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