Class TeamProfileProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.TeamProfileProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OrganizationProfileProperties
The PersonalProfileProperties describes an individual. Information about the
personal profile is stored as an Person 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 type of team.int
hashCode()
Just use the GUID for the hash code as it should be unique.void
setTeamType
(String teamType) Set up the type of team.toString()
JSON-style toString.Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
getDescription, getKnownName, setDescription, setKnownName
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName
-
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
-
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
-