Package nl.datasteel.crudcraft.runtime
Class Identified<ID,T>
java.lang.Object
nl.datasteel.crudcraft.runtime.Identified<ID,T>
- Type Parameters:
ID
- identifier typeT
- payload type
Envelope pairing an identifier with a DTO payload for batch operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Identified
public Identified() -
Identified
-
-
Method Details
-
getId
-
setId
-
getData
-
setData
-