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

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

    • BitolTeamMember

      public BitolTeamMember()
      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
    • getUsername

      public String getUsername()
      Return the username or email address of the team member.
      Returns:
      string user identifier
    • setUsername

      public void setUsername(String username)
      Set up the username or email address of the team member.
      Parameters:
      username - string user identifier
    • getName

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

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

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

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

      public String getRole()
      Return the job role of the team member, for example owner or data steward.
      Returns:
      string role name
    • setRole

      public void setRole(String role)
      Set up the job role of the team member, for example owner or data steward.
      Parameters:
      role - string role name
    • getDateIn

      public String getDateIn()
      Return the date (ISO 8601) when the team member joined the team.
      Returns:
      string date
    • setDateIn

      public void setDateIn(String dateIn)
      Set up the date (ISO 8601) when the team member joined the team.
      Parameters:
      dateIn - string date
    • getDateOut

      public String getDateOut()
      Return the date (ISO 8601) when the team member left the team.
      Returns:
      string date
    • setDateOut

      public void setDateOut(String dateOut)
      Set up the date (ISO 8601) when the team member left the team.
      Parameters:
      dateOut - string date
    • getReplacedByUsername

      public String getReplacedByUsername()
      Return the username of the person who replaced this team member.
      Returns:
      string user identifier
    • setReplacedByUsername

      public void setReplacedByUsername(String replacedByUsername)
      Set up the username of the person who replaced this team member.
      Parameters:
      replacedByUsername - string user identifier
    • 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