public abstract class ActorHeader extends ReferenceableHeader
| Constructor and Description |
|---|
ActorHeader()
Default constructor
|
ActorHeader(ActorHeader 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<ContactMethod> |
getContactDetails()
Return the contact details for this person or team.
|
int |
hashCode()
Return hash code for this object
|
void |
setContactDetails(List<ContactMethod> contactDetails)
Set up the contact details for the person or team.
|
String |
toString()
JSON-style toString
|
getClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic ActorHeader()
public ActorHeader(ActorHeader template)
public List<ContactMethod> getContactDetails()
public void setContactDetails(List<ContactMethod> contactDetails)
contactDetails - public String toString()
toString in class ReferenceableHeaderpublic boolean equals(Object objectToCompare)
equals in class ReferenceableHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableHeaderCopyright © 2018–2019 ODPi. All rights reserved.