Package com.ptc.windchill.mpml.reports
Class MPMLReportDelegate.RowData
java.lang.Object
com.ptc.windchill.mpml.reports.MPMLReportDelegate.RowData
- Enclosing class:
MPMLReportDelegate
Inner class to hold the row data information in tree structure. This is needed for performance so that we can
first build this tree structure by expanding the structure using performant logic and then just navigate through
this structure to write the data
Supported API: true
-
Constructor Summary
ConstructorsConstructorDescriptionRowData(Persistable rowItem, MPMLReportDelegate.RowData parent) Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdditionalData(String key, Object value) Supported API: truevoidaddChildData(MPMLReportDelegate.RowData childData) Supported API: truegetAdditionalData(String key) Supported API: trueSupported API: trueSupported API: trueSupported API: true
-
Constructor Details
-
RowData
Supported API: true- Parameters:
rowItem-parent-
-
-
Method Details
-
addChildData
Supported API: true- Parameters:
childData-
-
addAdditionalData
Supported API: true- Parameters:
key-value-
-
getRowItem
Supported API: true- Returns:
-
getParentData
Supported API: true- Returns:
-
getChildData
Supported API: true- Returns:
-
getAdditionalData
Supported API: true- Parameters:
key-- Returns:
-