Class DataSetImpl
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.DataSetImpl
- All Implemented Interfaces:
DataSet,Identified,LabelProvider,Named
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionDataSetImpl(UUID id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean.DataSetImpl(MixInId id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()isLocked()voidsetDataSetList(DataSetList dataSetList) voidvoidvoidsetMixInId(MixInId id) voidvoidsetParameters(List<Parameter> parameters) toString()Methods inherited from class org.qubership.atp.dataset.model.impl.AbstractLabelProvider
getLabels, setLabelsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.model.LabelProvider
getLabels, setLabels
-
Constructor Details
-
DataSetImpl
public DataSetImpl() -
DataSetImpl
public DataSetImpl(MixInId id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean. -
DataSetImpl
public DataSetImpl(UUID id, String name, DataSetList dataSetList, List<Parameter> parameters, List<Label> labels, Boolean locked) Just a bean.
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamed- Overrides:
getNamein classAbstractNamed
-
setName
- Specified by:
setNamein interfaceNamed- Overrides:
setNamein classAbstractNamed
-
getId
- Specified by:
getIdin interfaceDataSet- Specified by:
getIdin interfaceIdentified- Overrides:
getIdin classAbstractIdentified
-
setId
- Specified by:
setIdin interfaceDataSet- Specified by:
setIdin interfaceIdentified- Overrides:
setIdin classAbstractIdentified
-
getReferences
- Specified by:
getReferencesin interfaceIdentified
-
isLocked
-
setLocked
-
getMixInId
- Specified by:
getMixInIdin interfaceDataSet
-
setMixInId
- Specified by:
setMixInIdin interfaceDataSet
-
getDataSetList
- Specified by:
getDataSetListin interfaceDataSet
-
setDataSetList
- Specified by:
setDataSetListin interfaceDataSet
-
getParameters
- Specified by:
getParametersin interfaceDataSet
-
setParameters
- Specified by:
setParametersin interfaceDataSet
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentified
-
equals
- Overrides:
equalsin classAbstractIdentified
-
toString
- Overrides:
toStringin classAbstractNamed
-