public class GovernanceRoleHistory extends GovernanceRoleAppointee
| Constructor and Description |
|---|
GovernanceRoleHistory()
Default constructor
|
GovernanceRoleHistory(GovernanceRoleElement template)
Copy/clone constructor
|
GovernanceRoleHistory(GovernanceRoleHistory 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> |
getPredecessors()
Return the list of predecessors to this appointment.
|
List<GovernanceAppointee> |
getSuccessors()
Return the list of successors lined up to take over this appointment.
|
int |
hashCode()
Return hash code for this object
|
void |
setPredecessors(List<GovernanceAppointee> predecessors)
Set up the list of predecessors to this appointment.
|
void |
setSuccessors(List<GovernanceAppointee> successors)
Set up the list of successors lined up to take over this appointment.
|
String |
toString()
JSON-style toString
|
getCurrentAppointees, setCurrentAppointeesgetElementHeader, getRole, setElementHeader, setRolepublic GovernanceRoleHistory()
public GovernanceRoleHistory(GovernanceRoleHistory template)
template - object to copypublic GovernanceRoleHistory(GovernanceRoleElement template)
template - object to copypublic List<GovernanceAppointee> getPredecessors()
public void setPredecessors(List<GovernanceAppointee> predecessors)
predecessors - list of individuals who used to have this rolepublic List<GovernanceAppointee> getSuccessors()
public void setSuccessors(List<GovernanceAppointee> successors)
successors - list of individuals who will have this role in the futurepublic String toString()
toString in class GovernanceRoleAppointeepublic boolean equals(Object objectToCompare)
equals in class GovernanceRoleAppointeeobjectToCompare - test objectpublic int hashCode()
hashCode in class GovernanceRoleAppointeeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.