Class ParameterBaseImpl
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.ParameterBaseImpl
- All Implemented Interfaces:
Identified,Parameter
- Direct Known Subclasses:
ParameterImpl,ParameterOverlapImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataSetprotected DataSetprotected FileDataprotected ListValueprotected StringFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()voidsetDataSet(DataSet dataSet) voidvoidsetFileData(FileData fileData) voidsetListValue(ListValue listValue) voidMethods 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, getReferences, setIdMethods inherited from interface org.qubership.atp.dataset.model.Parameter
asOverlap, getAttribute, isOverlap, setAttribute
-
Field Details
-
dataSet
-
stringValue
-
dataSetReference
-
listValue
-
fileData
-
-
Constructor Details
-
Method Details
-
getListValue
- Specified by:
getListValuein interfaceParameter
-
setListValue
- Specified by:
setListValuein interfaceParameter
-
getDataSet
- Specified by:
getDataSetin interfaceParameter
-
setDataSet
- Specified by:
setDataSetin interfaceParameter
-
getText
-
setText
-
getDataSetReference
- Specified by:
getDataSetReferencein interfaceParameter
-
setDataSetReference
- Specified by:
setDataSetReferencein interfaceParameter
-
getFileData
- Specified by:
getFileDatain interfaceParameter
-
setFileData
- Specified by:
setFileDatain interfaceParameter
-