public class NoteLogHeaderProperties extends ReferenceableProperties
| Constructor and Description |
|---|
NoteLogHeaderProperties()
Default constructor
|
NoteLogHeaderProperties(NoteLogHeaderProperties 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 |
getDescription()
Return the description of the note log.
|
boolean |
getIsPublic()
Return if the link to the note log is private to the creating user.
|
String |
getName()
Return the name of the note log.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the note log.
|
void |
setIsPublic(boolean aPublic)
Set up whether the link to the note log is private to the creating user or not.
|
void |
setName(String name)
Set up the name of the note log.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic NoteLogHeaderProperties()
public NoteLogHeaderProperties(NoteLogHeaderProperties template)
template - object to copypublic String getName()
public void setName(String name)
name - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic boolean getIsPublic()
public void setIsPublic(boolean aPublic)
aPublic - booleanpublic 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.