public class Referenceable extends ElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
additionalProperties |
protected ConfidenceGovernanceClassification |
confidenceGovernanceClassification |
protected ConfidentialityGovernanceClassification |
confidentialityGovernanceClassification |
protected CriticalityGovernanceClassification |
criticalityGovernanceClassification |
protected String |
latestChange |
protected LatestChange |
latestChangeDetails |
protected List<Meaning> |
meanings |
protected String |
qualifiedName |
protected RetentionGovernanceClassification |
retentionGovernanceClassification |
protected List<SearchKeyword> |
searchKeywords |
protected SecurityTags |
securityTags |
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| 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 |
getConfidenceGovernanceClassification()
Return the classification that defines how confident a user should be in the quality of the contents of this referenceable are.
|
ConfidentialityGovernanceClassification |
getConfidentialityGovernanceClassification()
Return the classification that defines how confidential the contents of this referenceable are.
|
CriticalityGovernanceClassification |
getCriticalityGovernanceClassification()
Return the classification that defines how critical this referenceable is to the business.
|
String |
getLatestChange()
Return a short description of the last change to the asset.
|
LatestChange |
getLatestChangeDetails()
Return full details of the latest change to the asset universe.
|
List<Meaning> |
getMeanings()
Return the assigned meanings for this metadata entity.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
RetentionGovernanceClassification |
getRetentionGovernanceClassification()
Return the classification that defines when this referenceable will be archived and then permanently deleted.
|
List<SearchKeyword> |
getSearchKeywords()
Return a list of keywords that will help an asset consumer to locate this asset.
|
SecurityTags |
getSecurityTags()
Return the information used by security engines to secure access to the asset's content.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setConfidenceGovernanceClassification(ConfidenceGovernanceClassification confidenceGovernanceClassification)
Set up the classification that defines how confident a user should be in the quality of the contents of this referenceable are.
|
void |
setConfidentialityGovernanceClassification(ConfidentialityGovernanceClassification confidentialityGovernanceClassification)
Set up the classification that defines how confidential the contents of this referenceable are.
|
void |
setCriticalityGovernanceClassification(CriticalityGovernanceClassification criticalityGovernanceClassification)
Set up the classification that defines how critical this referenceable is to the business.
|
void |
setLatestChange(String latestChange)
Set up a short description of the last change to the asset.
|
void |
setLatestChangeDetails(LatestChange latestChangeDetails)
Set up full details of the latest change to the asset universe.
|
void |
setMeanings(List<Meaning> meanings)
Set up the assigned meanings for this metadata entity.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setRetentionGovernanceClassification(RetentionGovernanceClassification retentionGovernanceClassification)
Set up the classification that defines when this referenceable will be archived and then permanently deleted.
|
void |
setSearchKeywords(List<SearchKeyword> searchKeywords)
Set up a list of keywords that will help an asset consumer to locate this asset.
|
void |
setSecurityTags(SecurityTags securityTags)
Set up the information used by security engines to secure access to the asset's content.
|
String |
toString()
Standard toString method.
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String qualifiedName
protected SecurityTags securityTags
protected List<SearchKeyword> searchKeywords
protected String latestChange
protected LatestChange latestChangeDetails
protected ConfidentialityGovernanceClassification confidentialityGovernanceClassification
protected ConfidenceGovernanceClassification confidenceGovernanceClassification
protected CriticalityGovernanceClassification criticalityGovernanceClassification
protected RetentionGovernanceClassification retentionGovernanceClassification
public Referenceable()
public Referenceable(Referenceable template)
template - element to copypublic 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 List<Meaning> getMeanings()
public void setMeanings(List<Meaning> meanings)
meanings - list of meaningspublic SecurityTags getSecurityTags()
public void setSecurityTags(SecurityTags securityTags)
securityTags - security labels and propertiespublic List<SearchKeyword> getSearchKeywords()
public void setSearchKeywords(List<SearchKeyword> searchKeywords)
searchKeywords - list of stringspublic String getLatestChange()
public void setLatestChange(String latestChange)
latestChange - string descriptionpublic LatestChange getLatestChangeDetails()
public void setLatestChangeDetails(LatestChange latestChangeDetails)
latestChangeDetails - latest change propertiespublic ConfidentialityGovernanceClassification getConfidentialityGovernanceClassification()
public void setConfidentialityGovernanceClassification(ConfidentialityGovernanceClassification confidentialityGovernanceClassification)
confidentialityGovernanceClassification - confidentiality classification propertiespublic ConfidenceGovernanceClassification getConfidenceGovernanceClassification()
public void setConfidenceGovernanceClassification(ConfidenceGovernanceClassification confidenceGovernanceClassification)
confidenceGovernanceClassification - confidence classification propertiespublic CriticalityGovernanceClassification getCriticalityGovernanceClassification()
public void setCriticalityGovernanceClassification(CriticalityGovernanceClassification criticalityGovernanceClassification)
criticalityGovernanceClassification - criticality classification propertiespublic RetentionGovernanceClassification getRetentionGovernanceClassification()
public void setRetentionGovernanceClassification(RetentionGovernanceClassification retentionGovernanceClassification)
retentionGovernanceClassification - retention classification propertiespublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementHeaderCopyright © 2018–2020 ODPi. All rights reserved.