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

Type Parameters:
O - Defines data object type
P - type of the value to extract
All Superinterfaces:
IManager<O>

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

Extracts a value of the predefined type from an object

See Also:
ISetManager

Method Summary
 P get(O object)
           
 

Method Detail

get

P get(O object)
Parameters:
object - to provide a value for
Returns:
value for the specified object