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.
|
GovernanceAppointee |
getAppointee()
Return information about the person appointed to the governance role.
|
int |
hashCode()
Return hash code for this object
|
void |
setAppointee(GovernanceAppointee appointee)
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 GovernanceAppointee getAppointee()
public void setAppointee(GovernanceAppointee appointee)
appointee - GovernanceAppointee objectpublic 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.