public class AssetNoteLog extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected NoteLog |
noteLogBean |
protected AssetNotes |
notes |
referenceableBeanparentAsset| Constructor and Description |
|---|
AssetNoteLog(AssetDescriptor parentAsset,
AssetNoteLog templateNoteLog)
Copy/clone constructor.
|
AssetNoteLog(AssetDescriptor parentAsset,
NoteLog noteLogBean,
AssetNotes notes)
Bean constructor with parent asset
|
AssetNoteLog(NoteLog noteLogBean,
AssetNotes notes)
Bean 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()
Returns the stored description property for the note log.
|
String |
getDisplayName()
Returns the stored display name property for the note log.
|
protected NoteLog |
getNoteLogBean()
Return the bean containing the properties for the note log
|
AssetNotes |
getNotes()
Return the list of notes defined for this note log.
|
int |
hashCode()
Hash of properties
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected NoteLog noteLogBean
protected AssetNotes notes
public AssetNoteLog(NoteLog noteLogBean, AssetNotes notes)
noteLogBean - bean describing the note lognotes - iterator for the notes within the note logpublic AssetNoteLog(AssetDescriptor parentAsset, NoteLog noteLogBean, AssetNotes notes)
parentAsset - descriptor for parent assetnoteLogBean - bean describing the note lognotes - iterator for the notes within the note logpublic AssetNoteLog(AssetDescriptor parentAsset, AssetNoteLog templateNoteLog)
parentAsset - descriptor for parent assettemplateNoteLog - note log to copyprotected NoteLog getNoteLogBean()
public String getDisplayName()
public String getDescription()
public AssetNotes getNotes()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.