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 TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the type of team.inthashCode()Just use the GUID for the hash code as it should be unique.voidsetTeamType(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, setKnownNameMethods 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:
toStringin classActorProfileProperties- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin 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:
hashCodein classActorProfileProperties- Returns:
- int code
-