public class TranslationEntryServiceWrapper extends java.lang.Object implements ServiceWrapper<TranslationEntryService>, TranslationEntryService
TranslationEntryService.TranslationEntryService| Constructor and Description |
|---|
TranslationEntryServiceWrapper(TranslationEntryService translationEntryService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
TranslationEntryService |
getWrappedService() |
void |
setWrappedService(TranslationEntryService translationEntryService) |
public TranslationEntryServiceWrapper(TranslationEntryService translationEntryService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface TranslationEntryServicepublic TranslationEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<TranslationEntryService>public void setWrappedService(TranslationEntryService translationEntryService)
setWrappedService in interface ServiceWrapper<TranslationEntryService>