Package org.qubership.atp.dataset.model
Interface DataSetList
- All Superinterfaces:
CreatedModified,Identified,LabelProvider,Named,TestPlanProvider
- All Known Implementing Classes:
DataSetListImpl
public interface DataSetList
extends Identified, Named, LabelProvider, TestPlanProvider, CreatedModified
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<Attribute> getAttributes(AttributeType type) voidsetAttributes(List<Attribute> attributes) voidsetDataSets(List<DataSet> dataSets) voidsetVisibilityArea(VisibilityArea visibilityArea) Methods inherited from interface org.qubership.atp.dataset.model.CreatedModified
getCreatedBy, getCreatedWhen, getModifiedBy, getModifiedWhen, setCreatedBy, setCreatedWhen, setModifiedBy, setModifiedWhenMethods inherited from interface org.qubership.atp.dataset.model.Identified
getId, getReferences, setIdMethods inherited from interface org.qubership.atp.dataset.model.LabelProvider
getLabels, setLabelsMethods inherited from interface org.qubership.atp.dataset.model.TestPlanProvider
getTestPlan, setTestPlan
-
Method Details
-
getVisibilityArea
VisibilityArea getVisibilityArea() -
setVisibilityArea
-
getDataSets
-
setDataSets
-
getAttributes
-
getAttributes
-
setAttributes
-