public class TeamMember extends PersonalRole
| Constructor and Description |
|---|
TeamMember()
Default constructor
|
TeamMember(TeamMember 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 |
getMembershipPosition()
Return details of any special role as a member of the team.
|
String |
getTeamGUID()
Return the unique identifier (guid) of the team.
|
int |
hashCode()
Return hash code for this object
|
void |
setMembershipPosition(String membershipPosition)
Set up details of any special role as a member of the team.
|
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 TeamMember()
public TeamMember(TeamMember template)
template - object to copypublic String getMembershipPosition()
public void setMembershipPosition(String membershipPosition)
membershipPosition - membership positionpublic 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.