public class ActorProfileProperties extends ReferenceableProperties
| Constructor and Description |
|---|
ActorProfileProperties()
Default Constructor
|
ActorProfileProperties(ActorProfileProperties template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getDescription()
Return description of the person/automated agent/team.
|
String |
getKnownName()
Return the name that the person/automated agent/team is known as.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setDescription(String description)
Set up description of the person/automated agent/team.
|
void |
setKnownName(String knownName)
Set up the name that the person/automated agent/team is known as.
|
String |
toString()
JSON-style toString.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic ActorProfileProperties()
public ActorProfileProperties(ActorProfileProperties template)
template - object being copiedpublic String getKnownName()
public void setKnownName(String knownName)
knownName - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - object to comparepublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.