Package me.ahoo.cosid.accessor.method
Class MethodSetter
java.lang.Object
me.ahoo.cosid.accessor.method.MethodSetter
- All Implemented Interfaces:
CosIdSetter
ID setter that accesses via setter method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodSetter
Creates a setter for the specified method.- Parameters:
setter- the setter method
-
-
Method Details
-
getSetter
Gets the setter method.- Returns:
- the setter method
-
setId
Description copied from interface:CosIdSetterSets the ID value on the target object.- Specified by:
setIdin interfaceCosIdSetter- Parameters:
target- the object to set ID onid- the ID value to set
-