public class GovernanceRoleAppointee extends GovernanceRoleElement
| Constructor and Description |
|---|
GovernanceRoleAppointee()
Default constructor
|
GovernanceRoleAppointee(GovernanceRoleAppointee template)
Copy/clone constructor
|
GovernanceRoleAppointee(GovernanceRoleElement 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<GovernanceAppointee> |
getCurrentAppointees()
Return information about the person appointed to the governance role.
|
int |
hashCode()
Return hash code for this object
|
void |
setCurrentAppointees(List<GovernanceAppointee> currentAppointees)
Set up the information about the person appointed to the governance role.
|
String |
toString()
JSON-style toString
|
getElementHeader, getRole, setElementHeader, setRolepublic GovernanceRoleAppointee()
public GovernanceRoleAppointee(GovernanceRoleAppointee template)
template - object to copypublic GovernanceRoleAppointee(GovernanceRoleElement template)
template - object to copypublic List<GovernanceAppointee> getCurrentAppointees()
public void setCurrentAppointees(List<GovernanceAppointee> currentAppointees)
currentAppointees - list of GovernanceAppointee objectspublic String toString()
toString in class GovernanceRoleElementpublic boolean equals(Object objectToCompare)
equals in class GovernanceRoleElementobjectToCompare - test objectpublic int hashCode()
hashCode in class GovernanceRoleElementCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.