Package com.ptc.qualitymanagement.udi
Class UDISubmissionInfoBean
java.lang.Object
com.ptc.qualitymanagement.udi.UDISubmissionInfoBean
This object encapsulates all the data associated with a UDI submission for difference reports. It is immutable in
that it only allows for the addition of data.
Assumes that labels and data have already been localized before being added.
Supports as many one-to-many types as needed without modification thus supporting future UDI Submissions for other
countries.
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptiongetOneToManyData(String label) Get the list of Data for specified ClassName.
-
Method Details
-
getOneToManyData
Get the list of Data for specified ClassName.- Parameters:
label-- Returns:
Supported API: true
-