Class PersonalNote
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogEntryProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalNote
-
- All Implemented Interfaces:
Serializable
public class PersonalNote extends NoteLogEntryProperties
PersonalNote is used to add a personal note to a personal profile.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonalNote()Default constructorPersonalNote(PersonalNote template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogEntryProperties
equals, getContributors, getText, getTitle, hashCode, setContributors, setText, setTitle
-
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
PersonalNote
public PersonalNote()
Default constructor
-
PersonalNote
public PersonalNote(PersonalNote template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classNoteLogEntryProperties- Returns:
- return string containing the property names and values
-
-