public class PersonalRole extends ReferenceableHeader
| Constructor and Description |
|---|
PersonalRole()
Default constructor
|
PersonalRole(PersonalRole template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up any properties associated with the subclass of this element.
|
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 PersonalRole()
public PersonalRole(PersonalRole template)
template - object to copypublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic 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.