Class BitolTeam
java.lang.Object
org.odpi.openmetadata.frameworks.integration.bitol.common.BitolTeam
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the list of links to sources that provide more details about this element.Return the list of custom (key/value) properties attached to this element.Return the description of the team.getId()Return the stable identifier of this element (alphanumeric, hyphen and underscore characters only).Return the list of team members.getName()Return the name of the team.getTags()Return the list of tags attached to this element.inthashCode()Return hash code based on properties.voidsetAuthoritativeDefinitions(List<BitolAuthoritativeDefinition> authoritativeDefinitions) Set up the list of links to sources that provide more details about this element.voidsetCustomProperties(List<BitolCustomProperty> customProperties) Set up the list of custom (key/value) properties attached to this element.voidsetDescription(String description) Set up the description of the team.voidSet up the stable identifier of this element (alphanumeric, hyphen and underscore characters only).voidsetMembers(List<BitolTeamMember> members) Set up the list of team members.voidSet up the name of the team.voidSet up the list of tags attached to this element.toString()Standard toString method.
-
Constructor Details
-
BitolTeam
public BitolTeam()Default constructor
-
-
Method Details
-
getId
Return the stable identifier of this element (alphanumeric, hyphen and underscore characters only).- Returns:
- string identifier
-
setId
Set up the stable identifier of this element (alphanumeric, hyphen and underscore characters only).- Parameters:
id- string identifier
-
getName
Return the name of the team.- Returns:
- string name
-
setName
Set up the name of the team.- Parameters:
name- string name
-
getDescription
Return the description of the team.- Returns:
- string description
-
setDescription
Set up the description of the team.- Parameters:
description- string description
-
getMembers
Return the list of team members.- Returns:
- list of team members
-
setMembers
Set up the list of team members.- Parameters:
members- list of team members
-
getTags
Return the list of tags attached to this element.- Returns:
- list of tag strings
-
setTags
Set up the list of tags attached to this element.- Parameters:
tags- list of tag strings
-
getCustomProperties
Return the list of custom (key/value) properties attached to this element.- Returns:
- list of custom properties
-
setCustomProperties
Set up the list of custom (key/value) properties attached to this element.- Parameters:
customProperties- list of custom properties
-
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
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-