public class Referenceable extends Object implements Serializable
| Constructor and Description |
|---|
Referenceable()
Default constructor
|
Referenceable(Referenceable 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.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
ConfidenceGovernanceClassification |
getConfidence()
Return the classification that defines how confident a user should be in the quality of the contents of this referenceable are.
|
ConfidentialityGovernanceClassification |
getConfidentiality()
Return the classification that defines how confidential the contents of this referenceable are.
|
CriticalityGovernanceClassification |
getCriticality()
Return the classification that defines how critical this referenceable is to the business.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
String |
getGUID()
Return the unique identifier for this object.
|
ImpactGovernanceClassification |
getImpact()
Return the classification that defines the impact of this referenceable to the business.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
RetentionGovernanceClassification |
getRetention()
Return the classification that defines when this referenceable will be archived and then permanently deleted.
|
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.
|
ReferenceableStatus |
getStatus()
Return the status for the bean.
|
String |
getTypeGUID()
Return the unique identifier for this object's type.
|
String |
getTypeName()
Return the unique name of this object's type.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setConfidence(ConfidenceGovernanceClassification confidence)
Set up the classification that defines how confident a user should be in the quality of the contents of this referenceable are.
|
void |
setConfidentiality(ConfidentialityGovernanceClassification confidentiality)
Set up the classification that defines how confidential the contents of this referenceable are.
|
void |
setCriticality(CriticalityGovernanceClassification criticality)
Set up the classification that defines how critical this referenceable is to the business.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
void |
setGUID(String guid)
Set up the unique identifier for this object.
|
void |
setImpact(ImpactGovernanceClassification impact)
Set up the classification that defines the impact of this referenceable to the business.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setRetention(RetentionGovernanceClassification retention)
Set up the classification that defines when this referenceable will be archived and then permanently deleted.
|
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.
|
void |
setStatus(ReferenceableStatus status)
Set up the status for the bean.
|
void |
setTypeGUID(String typeGUID)
Set up the unique identifier for this object's type.
|
void |
setTypeName(String typeName)
Set up the unique name of this object's type.
|
String |
toString()
Standard toString method.
|
public Referenceable()
public Referenceable(Referenceable template)
template - element to copypublic String getTypeGUID()
public void setTypeGUID(String typeGUID)
typeGUID - string guidpublic String getTypeName()
public ReferenceableStatus getStatus()
public void setStatus(ReferenceableStatus status)
status - enum valuepublic String getGUID()
public void setGUID(String guid)
guid - string guidpublic void setTypeName(String typeName)
typeName - string namepublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - property mappublic 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 ConfidentialityGovernanceClassification getConfidentiality()
public void setConfidentiality(ConfidentialityGovernanceClassification confidentiality)
confidentiality - confidentiality classification propertiespublic ConfidenceGovernanceClassification getConfidence()
public void setConfidence(ConfidenceGovernanceClassification confidence)
confidence - confidence classification propertiespublic CriticalityGovernanceClassification getCriticality()
public void setCriticality(CriticalityGovernanceClassification criticality)
criticality - criticality classification propertiespublic ImpactGovernanceClassification getImpact()
public void setImpact(ImpactGovernanceClassification impact)
impact - impact classification propertiespublic RetentionGovernanceClassification getRetention()
public void setRetention(RetentionGovernanceClassification retention)
retention - retention classification propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.