public abstract class NoteEntryHeader extends CommonHeader
| Constructor and Description |
|---|
NoteEntryHeader()
Default constructor
|
NoteEntryHeader(NoteEntryHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getQualifiedName()
Return the unique name for this element.
|
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 |
setQualifiedName(String qualifiedName)
Set up the unique name for this element.
|
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
|
getGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic NoteEntryHeader()
public NoteEntryHeader(NoteEntryHeader template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic 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 CommonHeaderpublic boolean equals(Object objectToCompare)
equals in class CommonHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CommonHeaderCopyright © 2018–2019 ODPi. All rights reserved.