public class DataAssetElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
DataAssetElement()
Default constructor
|
DataAssetElement(DataAssetElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<MetadataCorrelationHeader> |
getCorrelationHeaders()
Return the details of the external identifier and other correlation properties about the metadata source.
|
DataAssetProperties |
getDataAssetProperties()
Return the properties for the asset.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
int |
hashCode()
Return hash code for this object
|
void |
setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)
Set up the details of the external identifier and other correlation properties about the metadata source.
|
void |
setDataAssetProperties(DataAssetProperties dataAssetProperties)
Set up the properties for the asset.
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
String |
toString()
JSON-style toString
|
public DataAssetElement()
public DataAssetElement(DataAssetElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic List<MetadataCorrelationHeader> getCorrelationHeaders()
getCorrelationHeaders in interface MetadataElementpublic void setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)
setCorrelationHeaders in interface MetadataElementcorrelationHeaders - list of correlation properties objectspublic DataAssetProperties getDataAssetProperties()
public void setDataAssetProperties(DataAssetProperties dataAssetProperties)
dataAssetProperties - asset propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.