Class AttributeImpl
java.lang.Object
org.qubership.atp.dataset.model.impl.AbstractIdentified
org.qubership.atp.dataset.model.impl.AbstractNamed
org.qubership.atp.dataset.model.impl.AttributeImpl
- All Implemented Interfaces:
Attribute,Identified,Named
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.dataset.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionAttributeImpl(UUID id, String name, DataSetList dataSetList, AttributeType type, DataSetList dataSetListReference, List<ListValue> listValues, List<Parameter> parameters) Just a bean. -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetDataSetList(DataSetList dataSetList) voidvoidsetListValues(List<ListValue> listValues) voidsetParameters(List<Parameter> parameters) voidsetType(AttributeType type) Methods 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.Identified
getId, setId
-
Constructor Details
-
AttributeImpl
public AttributeImpl() -
AttributeImpl
public AttributeImpl(UUID id, String name, DataSetList dataSetList, AttributeType type, DataSetList dataSetListReference, List<ListValue> listValues, List<Parameter> parameters) Just a bean.
-
-
Method Details
-
getReferences
- Specified by:
getReferencesin interfaceIdentified
-
getDataSetList
- Specified by:
getDataSetListin interfaceAttribute
-
setDataSetList
- Specified by:
setDataSetListin interfaceAttribute
-
getType
-
setType
-
getDataSetListReference
- Specified by:
getDataSetListReferencein interfaceAttribute
-
setDataSetListReference
- Specified by:
setDataSetListReferencein interfaceAttribute
-
getListValues
- Specified by:
getListValuesin interfaceAttribute
-
setListValues
- Specified by:
setListValuesin interfaceAttribute
-
getParameters
- Specified by:
getParametersin interfaceAttribute
-
setParameters
- Specified by:
setParametersin interfaceAttribute
-