Class ScreeningProtocolAFParmsDTO

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

public class ScreeningProtocolAFParmsDTO extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Value for the search criterion to find the specific log for the given client.

    Example value: "APICLIENT"
    Value for the search criterion to find the specific log for the given reference comment.

    Example value: "Type: Customer, Id: 4711, Company-Name: AEB, Order-Number: 123"
    Value for the search criterion to find the specific log for the given partner system.

    Example value: "API-TEST"
    Value for the search criterion to find the specific log for the given reference (internal).

    Example value: "customer.4711.aeb.123"
    The title to be displayed by the application to be opened.

    Example value: "Screening Logs"
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • title

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

      Example value: "Screening Logs"
    • referenceId

      public String referenceId
      Value for the search criterion to find the specific log for the given reference (internal).

      Example value: "customer.4711.aeb.123"
    • clientReferenceComment

      public String clientReferenceComment
      Value for the search criterion to find the specific log for the given reference comment.

      Example value: "Type: Customer, Id: 4711, Company-Name: AEB, Order-Number: 123"
    • clientSystemId

      public String clientSystemId
      Value for the search criterion to find the specific log for the given partner system.

      Example value: "API-TEST"
    • clientIdentCode

      public String clientIdentCode
      Value for the search criterion to find the specific log for the given client.

      Example value: "APICLIENT"
  • Constructor Details

    • ScreeningProtocolAFParmsDTO

      public ScreeningProtocolAFParmsDTO()