Class ScreeningProtocolsAFParmsDTO

java.lang.Object
de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
All Implemented Interfaces:
Serializable

public class ScreeningProtocolsAFParmsDTO extends Object implements Serializable
See Also:
  • Field Details

    • title

      public String title
      The title to be displayed by the application to be opened.

      Example value: "Screening Logs"
    • referenceIdPattern

      public String referenceIdPattern
      Value for the search criterion to find logs of a specific reference (internal).

      Example value: "CUSNO=4711*"
    • clientSystemIdPattern

      public String clientSystemIdPattern
      Value for the search criterion to find logs of a specific partner system.

      Example value: "API-TEST"
    • clientIdentCodePattern

      public String clientIdentCodePattern
      Value for the search criterion to find logs of a specific client.

      Example value: "APITEST"
  • Constructor Details

    • ScreeningProtocolsAFParmsDTO

      public ScreeningProtocolsAFParmsDTO()