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