public class TeamProfileProperties extends ActorProfileProperties
| Constructor and Description |
|---|
TeamProfileProperties()
Default Constructor
|
TeamProfileProperties(TeamProfileProperties template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getTeamType()
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.
|
String |
toString()
JSON-style toString.
|
getDescription, getKnownName, setDescription, setKnownNamegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic TeamProfileProperties()
public TeamProfileProperties(TeamProfileProperties template)
template - object being copiedpublic String getTeamType()
public void setTeamType(String teamType)
teamType - string namepublic String toString()
toString in class ActorProfilePropertiespublic boolean equals(Object objectToCompare)
equals in class ActorProfilePropertiesobjectToCompare - object to comparepublic int hashCode()
hashCode in class ActorProfilePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.