public interface IIndependenceSolver
Modifier and Type | Method and Description |
---|---|
Object |
getBusinessObjectForKey(String key)
Provides the business object for the given key.
|
String |
getKeyForBusinessObject(Object bo)
Provides the unique key for the given business object.
|