public class TeamProfileElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
TeamProfileElement()
Default constructor
|
TeamProfileElement(TeamProfileElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
TeamProfileProperties |
getProperties()
Return the properties from the team profile.
|
List<ElementStub> |
getSubTeams()
Return the list of unique identifiers (guids) for the teams that report to this team.
|
ElementStub |
getSuperTeam()
Return the unique identifier (guid) of the team that this team reports to - null means top level team.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProperties(TeamProfileProperties properties)
Set up the properties from the team profile.
|
void |
setSubTeams(List<ElementStub> subTeams)
Set up the list of unique identifiers (guids) for the teams that report to this team.
|
void |
setSuperTeam(ElementStub superTeam)
Set up the unique identifier (guid) of the team that this team reports to - null means top level team.
|
String |
toString()
JSON-style toString
|
public TeamProfileElement()
public TeamProfileElement(TeamProfileElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic TeamProfileProperties getProperties()
public void setProperties(TeamProfileProperties properties)
properties - propertiespublic ElementStub getSuperTeam()
public void setSuperTeam(ElementStub superTeam)
superTeam - description of linked profilepublic List<ElementStub> getSubTeams()
public void setSubTeams(List<ElementStub> subTeams)
subTeams - list of descriptions of linked profilespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.