|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DataQualityImpl
public class DataQualityImpl
Quality information for the data specified by a data quality scope.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DataQualityImpl()
Constructs an initially empty data quality. |
|
DataQualityImpl(DataQuality source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DataQualityImpl(Scope scope)
Creates a data quality initialized to the given scope. |
Method Summary | |
---|---|
Lineage |
getLineage()
Non-quantitative quality information about the lineage of the data specified by the scope. |
Collection<Element> |
getReports()
Quantitative quality information for the data specified by the scope. |
Scope |
getScope()
The specific data to which the data quality information applies. |
void |
setLineage(Lineage newValue)
Set the non-quantitative quality information about the lineage of the data specified by the scope. |
void |
setReports(Collection<? extends Element> newValues)
Set the quantitative quality information for the data specified by the scope. |
void |
setScope(Scope newValue)
Set the specific data to which the data quality information applies. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataQualityImpl()
public DataQualityImpl(DataQuality source)
public DataQualityImpl(Scope scope)
Method Detail |
---|
public Scope getScope()
getScope
in interface DataQuality
public void setScope(Scope newValue)
public Collection<Element> getReports()
getReports
in interface DataQuality
public void setReports(Collection<? extends Element> newValues)
public Lineage getLineage()
getLineage
in interface DataQuality
null
.public void setLineage(Lineage newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |