public class AssetInformalTag extends AssetElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected InformalTag |
informalTagBean |
parentAsset| Constructor and Description |
|---|
AssetInformalTag(AssetDescriptor parentAsset,
AssetInformalTag templateInformalTag)
Copy/clone constructor.
|
AssetInformalTag(AssetDescriptor parentAsset,
InformalTag informalTagBean)
Bean constructor with parent asset
|
AssetInformalTag(InformalTag informalTagBean)
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 tag description null means no description is available.
|
protected InformalTag |
getInformalTagBean()
Return the bean with all of the properties in it
|
String |
getName()
Return the name of the tag.
|
String |
getUser()
Return the user id of the person who created the tag.
|
int |
hashCode()
Hash of properties
|
boolean |
isPrivateTag()
Return boolean flag to say whether the tag is private or not.
|
boolean |
isPublic()
Return if the link to the tag is private to the creating user.
|
String |
toString()
Standard toString method.
|
getAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected InformalTag informalTagBean
public AssetInformalTag(InformalTag informalTagBean)
informalTagBean - bean containing the propertiespublic AssetInformalTag(AssetDescriptor parentAsset, InformalTag informalTagBean)
parentAsset - descriptor for parent assetinformalTagBean - bean containing the propertiespublic AssetInformalTag(AssetDescriptor parentAsset, AssetInformalTag templateInformalTag)
parentAsset - descriptor for parent assettemplateInformalTag - element to copyprotected InformalTag getInformalTagBean()
public boolean isPublic()
public boolean isPrivateTag()
public String getUser()
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.