public class TeamLeader extends PersonalRole
| Constructor and Description |
|---|
TeamLeader()
Default constructor
|
TeamLeader(TeamLeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getLeadershipPosition()
Return the description of their leadership position
|
String |
getTeamGUID()
Return the unique identifier (guid) of the team.
|
int |
hashCode()
Return hash code for this object
|
void |
setLeadershipPosition(String leadershipPosition)
Set up the description of their leadership position
|
void |
setTeamGUID(String teamGUID)
Set up the unique identifier (guid) of the team.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getScope, setAdditionalProperties, setExtendedProperties, setScopegetClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic TeamLeader()
public TeamLeader(TeamLeader template)
template - object to copypublic String getLeadershipPosition()
public void setLeadershipPosition(String leadershipPosition)
leadershipPosition - string descriptionpublic String getTeamGUID()
public void setTeamGUID(String teamGUID)
teamGUID - string guidpublic String toString()
toString in class PersonalRolepublic boolean equals(Object objectToCompare)
equals in class PersonalRoleobjectToCompare - test objectpublic int hashCode()
hashCode in class PersonalRoleCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.