public class AssetSecurityTags extends AssetPropertyBase
parentAsset| Constructor and Description |
|---|
AssetSecurityTags(AssetDescriptor parentAsset,
AssetSecurityTags template)
Copy/clone constructor.
|
AssetSecurityTags(AssetDescriptor parentAsset,
SecurityTags securityTags)
Bean constructor
|
AssetSecurityTags(SecurityTags securityTags)
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.
|
List<String> |
getSecurityLabels()
Return the list of security labels attached to the element.
|
Map<String,Object> |
getSecurityProperties()
Return the security properties associated with the element.
|
protected SecurityTags |
getSecurityTags()
Return the bean containing all of the properties
|
int |
hashCode()
Hash of properties
|
String |
toString()
Standard toString method.
|
getParentAsset, getParentAssetName, getParentAssetTypeNamepublic AssetSecurityTags(SecurityTags securityTags)
securityTags - - bean containing all of the propertiespublic AssetSecurityTags(AssetDescriptor parentAsset, SecurityTags securityTags)
parentAsset - descriptor for parent assetsecurityTags - - bean containing all of the propertiespublic AssetSecurityTags(AssetDescriptor parentAsset, AssetSecurityTags template)
parentAsset - descriptor for parent assettemplate - element to copyprotected SecurityTags getSecurityTags()
public List<String> getSecurityLabels()
public Map<String,Object> getSecurityProperties()
public String toString()
public boolean equals(Object objectToCompare)
equals in class AssetPropertyBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertyBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.