public class GovernanceAppointee extends Object implements Serializable, MetadataElement
| Constructor and Description |
|---|
GovernanceAppointee()
Default constructor
|
GovernanceAppointee(GovernanceAppointee template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
Date |
getEndDate()
Return the end date of the appointment.
|
ProfileElement |
getProfile()
Return the profile information for the individual.
|
Date |
getStartDate()
Return the start date of the appointment.
|
int |
hashCode()
Hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setEndDate(Date endDate)
Set up the start date of the appointment.
|
void |
setProfile(ProfileElement profile)
Set up the profile information for the individual.
|
void |
setStartDate(Date startDate)
Set the start date of the appointment.
|
String |
toString()
JSON-style toString.
|
public GovernanceAppointee()
public GovernanceAppointee(GovernanceAppointee template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic ProfileElement getProfile()
public void setProfile(ProfileElement profile)
profile - personal profile objectpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - datepublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - date - null means open-ended appointmentpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.