Class ParameterOverlapImpl
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.ParameterBaseImpl
org.qubership.atp.dataset.model.impl.ParameterOverlapImpl
- All Implemented Interfaces:
Identified,Parameter,ParameterOverlap
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.impl.ParameterBaseImpl
dataSet, dataSetReference, fileData, listValue, stringValueFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionParameterOverlapImpl(UUID id, AttributePath attributePath, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute(Attribute attribute) voidsetAttributePath(AttributePath attributePath) Methods inherited from class org.qubership.atp.dataset.model.impl.ParameterBaseImpl
getDataSet, getDataSetReference, getFileData, getListValue, getText, setDataSet, setDataSetReference, setFileData, setListValue, setTextMethods inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
equals, getId, hashCode, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.model.Identified
getId, setIdMethods inherited from interface org.qubership.atp.dataset.model.Parameter
asOverlap, getDataSet, getDataSetReference, getFileData, getListValue, getText, isOverlap, setDataSet, setDataSetReference, setFileData, setListValue, setText
-
Constructor Details
-
ParameterOverlapImpl
public ParameterOverlapImpl() -
ParameterOverlapImpl
-
-
Method Details
-
getAttributePath
- Specified by:
getAttributePathin interfaceParameterOverlap
-
setAttributePath
- Specified by:
setAttributePathin interfaceParameterOverlap
-
getReferences
- Specified by:
getReferencesin interfaceIdentified
-
getAttribute
- Specified by:
getAttributein interfaceParameter
-
setAttribute
- Specified by:
setAttributein interfaceParameter
-