Class DataSetListImpl
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.AbstractNamed
org.qubership.atp.dataset.model.impl.AbstractLabelProvider
org.qubership.atp.dataset.model.impl.AbstractCreatedModified
org.qubership.atp.dataset.model.impl.DataSetListImpl
- All Implemented Interfaces:
CreatedModified,DataSetList,Identified,LabelProvider,Named,TestPlanProvider
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.impl.AbstractCreatedModified
createdBy, createdWhen, modifiedBy, modifiedWhenFields inherited from class org.qubership.atp.dataset.model.impl.AbstractLabelProvider
labelsFields inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributes(List<Attribute> attributes) voidsetDataSets(List<DataSet> dataSets) voidsetTestPlan(TestPlan testPlan) voidsetVisibilityArea(VisibilityArea visibilityArea) Methods inherited from class org.qubership.atp.dataset.model.impl.AbstractCreatedModified
getCreatedBy, getCreatedWhen, getModifiedBy, getModifiedWhen, setCreatedBy, setCreatedWhen, setModifiedBy, setModifiedWhenMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractLabelProvider
getLabels, setLabelsMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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.DataSetList
getAttributesMethods inherited from interface org.qubership.atp.dataset.model.Identified
getId, setIdMethods inherited from interface org.qubership.atp.dataset.model.LabelProvider
getLabels, setLabels
-
Constructor Details
-
DataSetListImpl
public DataSetListImpl() -
DataSetListImpl
public DataSetListImpl(UUID id, VisibilityArea visibilityArea, String name, List<DataSet> dataSets, List<Attribute> attributes, List<Label> labels, TestPlan testPlan, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) Just a bean.
-
-
Method Details
-
getVisibilityArea
- Specified by:
getVisibilityAreain interfaceDataSetList
-
setVisibilityArea
- Specified by:
setVisibilityAreain interfaceDataSetList
-
getReferences
- Specified by:
getReferencesin interfaceIdentified
-
getDataSets
- Specified by:
getDataSetsin interfaceDataSetList
-
setDataSets
- Specified by:
setDataSetsin interfaceDataSetList
-
getAttributes
- Specified by:
getAttributesin interfaceDataSetList
-
setAttributes
- Specified by:
setAttributesin interfaceDataSetList
-
getTestPlan
- Specified by:
getTestPlanin interfaceTestPlanProvider
-
setTestPlan
- Specified by:
setTestPlanin interfaceTestPlanProvider
-