Package de.aeb.xnsg.foundation.bf.sync
Class SyncEventDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.sync.SyncEventDTO
DTO to hold data of one synchronized event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique ID of the business object.Optional qualifier which can be used to specify the object in a more detailed way.Code which identifies the business object type the event belongs to.Date when the event happened.Type of the event (e.g.Additional values/parameters of the event.Monotonously increasing event identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
businessObjectType
Code which identifies the business object type the event belongs to.length=20
-
businessObjectQualifier
Optional qualifier which can be used to specify the object in a more detailed way.length=35
-
businessObjectId
Unique ID of the business object.This ID is usually needed for subsequent calls, e.g. getBusinessObject(...)
length=36
-
eventType
Type of the event (e.g. CREATE, UPDATE or DELETE).Depending on the business object type and its configuration, additional event types are possible.
length=20
-
eventDate
Date when the event happened. -
syncId
Monotonously increasing event identifier.length=20
-
parameter
Additional values/parameters of the event.The definition of the included fields depends on the business object and event type and can be requested from the AEB.
-
-
Constructor Details
-
SyncEventDTO
public SyncEventDTO()
-