org.fishbolt.common.manager.ext
Interface ISetManager<O extends IObject<?>,P>

Type Parameters:
O - object type
P - predefined type
All Superinterfaces:
IManager<O>

public interface ISetManager<O extends IObject<?>,P>
extends IManager<O>

Sets a value of the predefined type to an object

See Also:
IGetManager

Method Summary
 P set(O object, P value)
          Sets a value to an object
 

Method Detail

set

P set(O object,
      P value)
Sets a value to an object

Parameters:
object - to set value in
value - to set
Returns:
and old value