Class TeamProfileProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.ActorProfileProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.TeamProfileProperties
- All Implemented Interfaces:
Serializable
The TeamProfileProperties describes an team of people. Information about the
team is stored as a Team entity in the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorTeamProfileProperties
(TeamProfileProperties template) Copy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the code that uniquely identifies the team.Return the type of team.int
hashCode()
Just use the GUID for the hash code as it should be unique.void
setIdentifier
(String identifier) Set up the code that uniquely identifies the team.void
setTeamType
(String teamType) Set up the type of team.toString()
JSON-style toString.Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ActorProfileProperties
getDescription, getKnownName, setDescription, setKnownName
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
TeamProfileProperties
public TeamProfileProperties()Default Constructor -
TeamProfileProperties
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
getTeamType
Return the type of team.- Returns:
- string name
-
setTeamType
Set up the type of team.- Parameters:
teamType
- string name
-
getIdentifier
Return the code that uniquely identifies the team.- Returns:
- string code
-
setIdentifier
Set up the code that uniquely identifies the team.- Parameters:
identifier
- string code
-
toString
JSON-style toString.- Overrides:
toString
in classActorProfileProperties
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equals
in classActorProfileProperties
- Parameters:
objectToCompare
- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Just use the GUID for the hash code as it should be unique.- Overrides:
hashCode
in classActorProfileProperties
- Returns:
- int code
-