public class NoteLog extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| 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.
|
int |
hashCode()
Hash of properties
|
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, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic 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 objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.