public class PersonalProfileOutboundEvent extends CommunityProfileOutboundEvent
| Constructor and Description |
|---|
PersonalProfileOutboundEvent()
Default constructor
|
PersonalProfileOutboundEvent(PersonalProfileOutboundEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
PersonalProfile |
getPersonalProfile()
Return the personal profile for the individual.
|
int |
hashCode()
Return hash code for this object
|
void |
setPersonalProfile(PersonalProfile personalProfile)
Set up the personal profile for the individual.
|
String |
toString()
JSON-style toString
|
getEventType, setEventTypegetEventVersionId, setEventVersionIdpublic PersonalProfileOutboundEvent()
public PersonalProfileOutboundEvent(PersonalProfileOutboundEvent template)
template - object to copypublic PersonalProfile getPersonalProfile()
public void setPersonalProfile(PersonalProfile personalProfile)
personalProfile - PersonalProfile beanpublic String toString()
toString in class CommunityProfileOutboundEventpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileOutboundEventobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileOutboundEventCopyright © 2018–2019 ODPi. All rights reserved.