Package cz.tvrzna.dbrunk.repositories
Class ResultWrapper<T extends AbstractEntity>
- java.lang.Object
-
- cz.tvrzna.dbrunk.repositories.ResultWrapper<T>
-
- Type Parameters:
T- the generic type
public class ResultWrapper<T extends AbstractEntity> extends Object
The Class ResultWrapper.- Author:
- michalt
-
-
Constructor Summary
Constructors Constructor Description ResultWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()Gets the value.voidsetValue(T value)Sets the value.
-