Class PropertiesCopyData
java.lang.Object
org.csstudio.opibuilder.datadefinition.PropertiesCopyData
The data for coping properties.
-
Constructor Summary
ConstructorDescriptionPropertiesCopyData
(AbstractWidgetModel widgetModel, List<String> propIDList) -
Method Summary
Modifier and TypeMethodDescriptionfinal AbstractWidgetModel
void
setPropIDList
(List<String> propIDList) void
setWidgetModel
(AbstractWidgetModel widgetModel)
-
Constructor Details
-
PropertiesCopyData
-
-
Method Details
-
getWidgetModel
- Returns:
- the widgetModel
-
setWidgetModel
- Parameters:
widgetModel
- the widgetModel to set
-
getPropIDList
- Returns:
- the propIDList
-
setPropIDList
- Parameters:
propIDList
- the propIDList to set
-