public class NoteLogEntryElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
NoteLogEntryElement()
Default constructor
|
NoteLogEntryElement(NoteLogEntryElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
NoteLogEntryProperties |
getProperties()
Return the properties of the community.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProperties(NoteLogEntryProperties properties)
Set up the community properties.
|
String |
toString()
JSON-style toString
|
public NoteLogEntryElement()
public NoteLogEntryElement(NoteLogEntryElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic NoteLogEntryProperties getProperties()
public void setProperties(NoteLogEntryProperties properties)
properties - propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.