Class NoteLogProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties
NoteLogHeader manages a list of notes for an asset
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNoteLogProperties(NoteLogProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the stored description property for the note log.Return the stored display name property for the note log.inthashCode()Hash of propertiesvoidsetDescription(String description) Set up the stored description property for the note log.voidsetDisplayName(String displayName) Set up the stored display name property for the note log.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
NoteLogProperties
public NoteLogProperties()Default constructor -
NoteLogProperties
Copy/clone constructor.- Parameters:
template- note log to copy
-
-
Method Details
-
getDisplayName
Return the stored display name property for the note log. If no display name is available then null is returned.- Returns:
- String Name
-
setDisplayName
Set up the stored display name property for the note log.- Parameters:
displayName- - String name
-
getDescription
Return the stored description property for the note log. If no description is provided then null is returned.- Returns:
- description
-
setDescription
Set up the stored description property for the note log.- Parameters:
description- String text
-
toString
Standard toString method.- Overrides:
toStringin classReferenceableProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Hash of properties- Overrides:
hashCodein classReferenceableProperties- Returns:
- int
-