public class GovernanceOfficerAppointee extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceOfficerAppointee()
Default constructor
|
GovernanceOfficerAppointee(GovernanceOfficerAppointee 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.
|
Date |
getEndDate()
Return the end date of the appointment.
|
String |
getGUID()
Return the unique identifier for this definition.
|
PersonalProfile |
getProfile()
Return the profile information for the individual.
|
Date |
getStartDate()
Return the start date of the appointment.
|
String |
getType()
Return the name of the specific type of governance definition.
|
int |
hashCode()
Hash code for this object
|
void |
setEndDate(Date endDate)
Set up the start date of the appointment.
|
void |
setGUID(String guid)
Set up the unique identifier for this definition.
|
void |
setProfile(PersonalProfile profile)
Set up the profile information for the individual.
|
void |
setStartDate(Date startDate)
Set the start date of the appointment.
|
void |
setType(String type)
Set up the name of the specific type of the governance definition.
|
String |
toString()
JSON-style toString.
|
public GovernanceOfficerAppointee()
public GovernanceOfficerAppointee(GovernanceOfficerAppointee template)
template - object to copypublic String getGUID()
public void setGUID(String guid)
guid - String guidpublic String getType()
public void setType(String type)
type - String type namepublic PersonalProfile getProfile()
public void setProfile(PersonalProfile 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–2020 ODPi. All rights reserved.