public class NoteLog extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
NoteLog()
Default constructor
|
NoteLog(NoteLog templateNoteLog)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the stored description property for the note log.
|
String |
getDisplayName()
Return the stored display name property for the note log.
|
void |
setDescription(String description)
Set up the stored description property for the note log.
|
void |
setDisplayName(String displayName)
Set up the the stored display name property for the note log.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, hashCode, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic NoteLog()
public NoteLog(NoteLog templateNoteLog)
templateNoteLog - note log to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - - String namepublic String getDescription()
public void setDescription(String description)
description - String textpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.