Interface IIndependenceSolver
public interface IIndependenceSolver
The Interface IIndependenceSolver.
-
Method Summary
Modifier and TypeMethodDescriptionProvides the business object for the given key.Provides the unique key for the given business object.
-
Method Details
-
getKeyForBusinessObject
Provides the unique key for the given business object.- Parameters:
bo
- the given business object- Returns:
- unique key
-
getBusinessObjectForKey
Provides the business object for the given key.- Parameters:
key
- the unique key- Returns:
- the business object
-