Package com.valqueries.automapper
Class TokenUpdateImpl
java.lang.Object
com.valqueries.automapper.TokenUpdateImpl
- All Implemented Interfaces:
TokenUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the value for a field.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.valqueries.automapper.TokenUpdate
set
-
Constructor Details
-
TokenUpdateImpl
public TokenUpdateImpl()
-
-
Method Details
-
set
Description copied from interface:TokenUpdateSet the value for a field.- Specified by:
setin interfaceTokenUpdate- Parameters:
field- the fieldvalue- the value
-
getUpdateValues
-