public class TeamSummary extends ActorHeader
| Constructor and Description |
|---|
TeamSummary()
Default constructor
|
TeamSummary(TeamSummary template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<String> |
getSubTeams()
Return the list of unique identifiers (guids) for the teams that report to this team.
|
String |
getSuperTeam()
Return the unique identifier (guid) of the team that this team reports to - null means top level team.
|
String |
getTeamType()
Return a descriptive name that describes the type of team eg "department").
|
int |
hashCode()
Return hash code for this object
|
void |
setSubTeams(List<String> subTeams)
Set up the list of unique identifiers (guids) for the teams that report to this team.
|
void |
setSuperTeam(String superTeam)
Set up the unique identifier (guid) of the team that this team reports to - null means top level team.
|
void |
setTeamType(String teamType)
Set up a descriptive name that describes the type of team eg "department").
|
String |
toString()
JSON-style toString
|
getContactDetails, setContactDetailsgetClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic TeamSummary()
public TeamSummary(TeamSummary template)
template - object to copypublic String getTeamType()
public void setTeamType(String teamType)
teamType - team type namepublic String getSuperTeam()
public void setSuperTeam(String superTeam)
superTeam - guidpublic List<String> getSubTeams()
public void setSubTeams(List<String> subTeams)
subTeams - list of guidspublic String toString()
toString in class ActorHeaderpublic boolean equals(Object objectToCompare)
equals in class ActorHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class ActorHeaderCopyright © 2018–2019 ODPi. All rights reserved.