public class AssetNote extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected Note |
noteBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
AssetNote(AssetDescriptor parentAsset,
AssetNote templateNote)
Copy/clone constructor.
|
AssetNote(AssetDescriptor parentAsset,
Note noteBean)
Bean constructor with parent asset
|
AssetNote(Note noteBean)
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.
|
Date |
getLastUpdate()
Return the last time a change was made to this note.
|
protected Note |
getNoteBean()
Return the bean with all of the properties.
|
String |
getText()
Return the text of the note.
|
String |
getUser()
Return the user id of the person who created the note.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected Note noteBean
public AssetNote(Note noteBean)
noteBean - bean containing the propertiespublic AssetNote(AssetDescriptor parentAsset, Note noteBean)
parentAsset - descriptor for parent assetnoteBean - bean containing the propertiespublic AssetNote(AssetDescriptor parentAsset, AssetNote templateNote)
parentAsset - descriptor for parent assettemplateNote - note to copyprotected Note getNoteBean()
public String getText()
public Date getLastUpdate()
public String getUser()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.