public class SecurityTags extends ElementClassificationHeader
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SecurityTags()
Default constructor
|
SecurityTags(SecurityTags template)
Copy/clone 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.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setSecurityLabels(List<String> securityLabels)
Set up the list of security labels for the element.
|
void |
setSecurityProperties(Map<String,Object> securityProperties)
Set up the security properties associated with the element.
|
String |
toString()
Standard toString method.
|
getClassificationOrigin, getClassificationOriginGUID, getClassificationTypeDescription, getClassificationTypeId, getClassificationTypeVersion, setClassificationOrigin, setClassificationOriginGUID, setClassificationTypeDescription, setClassificationTypeId, setClassificationTypeVersiongetElementCreatedBy, getElementCreateTime, getElementLicense, getElementMaintainedBy, getElementMetadataCollectionId, getElementMetadataCollectionName, getElementOrigin, getElementSourceServer, getElementUpdatedBy, getElementUpdateTime, getElementVersion, getMappingProperties, getStatus, setElementCreatedBy, setElementCreateTime, setElementLicense, setElementMaintainedBy, setElementMetadataCollectionId, setElementMetadataCollectionName, setElementOrigin, setElementSourceServer, setElementUpdatedBy, setElementUpdateTime, setElementVersion, setMappingProperties, setStatusgetHeaderVersion, setHeaderVersionpublic SecurityTags()
public SecurityTags(SecurityTags template)
template - object to copypublic List<String> getSecurityLabels()
public void setSecurityLabels(List<String> securityLabels)
securityLabels - list of label stringspublic Map<String,Object> getSecurityProperties()
public void setSecurityProperties(Map<String,Object> securityProperties)
securityProperties - map of propertiespublic String toString()
toString in class ElementClassificationHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementClassificationHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementClassificationHeaderCopyright © 2018–2020 ODPi. All rights reserved.