Package de.aeb.xnsg.foundation.bf.sync
Class SyncPartnerSystemDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.sync.SyncPartnerSystemDTO
Identification and other data of a single partner system subscription.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode which identifies the subscribed business object type.Id of the sending client system (e.g.Description of the subscription. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientSystemId
Id of the sending client system (e.g. Installation ID of the sending host or ERP system).required, length: 20
-
businessObjectType
Code which identifies the subscribed business object type.required, length=20
-
description
Description of the subscription.optional, length=250
-
-
Constructor Details
-
SyncPartnerSystemDTO
public SyncPartnerSystemDTO()
-