Class DtListDelta<D extends DtObject>

java.lang.Object
io.vertigo.vega.webservice.model.DtListDelta<D>
Type Parameters:
D - Object type
All Implemented Interfaces:
Serializable

public final class DtListDelta<D extends DtObject> extends Object implements Serializable
Delta operations on List.
Author:
npiedeloup (16 sept. 2014 18:13:55)
See Also:
  • Constructor Details

    • DtListDelta

      public DtListDelta(DtList<D> dtListCreates, DtList<D> dtListUpdates, DtList<D> dtListDeletes)
  • Method Details

    • getCreated

      public DtList<D> getCreated()
      Returns:
      Created objects.
    • getUpdated

      public DtList<D> getUpdated()
      Returns:
      Updated objects.
    • getDeleted

      public DtList<D> getDeleted()
      Returns:
      Deleted objects.