Class SyncEventDTO

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

public class SyncEventDTO extends Object
DTO to hold data of one synchronized event.
  • Field Details

    • businessObjectType

      public String businessObjectType
      Code which identifies the business object type the event belongs to.

      length=20

    • businessObjectQualifier

      public String businessObjectQualifier
      Optional qualifier which can be used to specify the object in a more detailed way.

      length=35

    • businessObjectId

      public String businessObjectId
      Unique ID of the business object.

      This ID is usually needed for subsequent calls, e.g. getBusinessObject(...)

      length=36

    • eventType

      public String 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

      public DateAndZoneDTO eventDate
      Date when the event happened.
    • syncId

      public BigDecimal syncId
      Monotonously increasing event identifier.

      length=20

    • parameter

      public GenericDataRecordDTO 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()