Class UDISubmissionInfoBean

java.lang.Object
com.ptc.qualitymanagement.udi.UDISubmissionInfoBean

public class UDISubmissionInfoBean extends Object
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 Details

    • getOneToManyData

      public List<UDISubmissionInfoBean.Data> getOneToManyData(String label)
      Get the list of Data for specified ClassName.
      Parameters:
      label -
      Returns:


      Supported API: true