public class AssetMeaning extends AssetElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected Meaning |
meaningBean |
parentAsset| Constructor and Description |
|---|
AssetMeaning(AssetDescriptor parentAsset,
AssetMeaning templateMeaning)
Copy/clone constructor.
|
AssetMeaning(AssetDescriptor parentAsset,
Meaning meaningBean)
Bean constructor
|
AssetMeaning(Meaning meaningBean)
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()
Return the description of the glossary term.
|
protected Meaning |
getMeaningBean()
Return the bean containing all of the properties
|
String |
getName()
Return the glossary term name.
|
int |
hashCode()
Hash of properties
|
String |
toString()
Standard toString method.
|
getAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected Meaning meaningBean
public AssetMeaning(Meaning meaningBean)
meaningBean - - bean containing all of the propertiespublic AssetMeaning(AssetDescriptor parentAsset, Meaning meaningBean)
parentAsset - descriptor for parent assetmeaningBean - - bean containing all of the propertiespublic AssetMeaning(AssetDescriptor parentAsset, AssetMeaning templateMeaning)
parentAsset - descriptor for parent assettemplateMeaning - element to copyprotected Meaning getMeaningBean()
public String getName()
public String getDescription()
public String toString()
toString in class AssetElementHeaderpublic boolean equals(Object objectToCompare)
equals in class AssetElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.