Package io.vertigo.vega.webservice.model
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DtList<D>
getCreated()
DtList<D>
getDeleted()
DtList<D>
getUpdated()
-