|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
LineageImpl
public class LineageImpl
Information about the events or source data used in constructing the data specified by
the scope or lack of knowledge about lineage.
Only one of statement, process steps
and sources
should be provided.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
LineageImpl()
Constructs an initially empty lineage. |
|
LineageImpl(Lineage source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<ProcessStep> |
getProcessSteps()
Returns the information about an event in the creation process for the data specified by the scope. |
Collection<Source> |
getSources()
Information about the source data used in creating the data specified by the scope. |
InternationalString |
getStatement()
Returns the general explanation of the data producers knowledge about the lineage of a dataset. |
void |
setProcessSteps(Collection<? extends ProcessStep> newValues)
Set information about an event in the creation process for the data specified by the scope. |
void |
setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope. |
void |
setStatement(InternationalString newValue)
Set the general explanation of the data producers knowledge about the lineage of a dataset. |
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 LineageImpl()
public LineageImpl(Lineage source)
Method Detail |
---|
public InternationalString getStatement()
getStatement
in interface Lineage
public void setStatement(InternationalString newValue)
public Collection<ProcessStep> getProcessSteps()
getProcessSteps
in interface Lineage
public void setProcessSteps(Collection<? extends ProcessStep> newValues)
public Collection<Source> getSources()
getSources
in interface Lineage
public void setSources(Collection<? extends Source> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |