Class SyncPartnerSystemDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.sync.SyncPartnerSystemDTO

public class SyncPartnerSystemDTO extends Object
Identification and other data of a single partner system subscription.
  • Field Details

    • clientSystemId

      public String clientSystemId
      Id of the sending client system (e.g. Installation ID of the sending host or ERP system).

      required, length: 20

    • businessObjectType

      public String businessObjectType
      Code which identifies the subscribed business object type.

      required, length=20

    • description

      public String description
      Description of the subscription.

      optional, length=250

  • Constructor Details

    • SyncPartnerSystemDTO

      public SyncPartnerSystemDTO()