public class NoteLogEntryProperties extends ReferenceableProperties
| Constructor and Description |
|---|
NoteLogEntryProperties()
Default constructor
|
NoteLogEntryProperties(NoteLogEntryProperties 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<String> |
getContributors()
Return the list of user ids of the people who created the note log entry.
|
String |
getText()
Return the main text of the entry.
|
String |
getTitle()
Return the title of the entry.
|
int |
hashCode()
Return hash code for this object
|
void |
setContributors(List<String> contributors)
Set up the user id of the person who created the tag.
|
void |
setText(String text)
Set up the main text for this entry.
|
void |
setTitle(String title)
Set up the title of the entry.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic NoteLogEntryProperties()
public NoteLogEntryProperties(NoteLogEntryProperties template)
template - object to copypublic List<String> getContributors()
public void setContributors(List<String> contributors)
contributors - authoring userspublic String getTitle()
public void setTitle(String title)
title - string titlepublic String getText()
public void setText(String text)
text - string textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.