- All Superinterfaces:
org.tentackle.pdo.DomainContextProvider,org.tentackle.pdo.DomainDelegate<StoredBundle>,org.tentackle.pdo.DomainObject<StoredBundle>,org.tentackle.reflect.Interceptable,org.tentackle.pdo.PdoProvider<StoredBundle>,org.tentackle.pdo.ProxyDelegate<StoredBundle>,Serializable,org.tentackle.session.SessionProvider
- All Known Subinterfaces:
StoredBundle
- All Known Implementing Classes:
StoredBundleDomainImpl
Stored bundle domain interface.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptiongetTranslation(String key) Gets the translated string.voidsetTranslation(String key, String value) Sets a translation.Methods inherited from interface org.tentackle.pdo.DomainContextProvider
getDomainContext, on, on, op, opMethods inherited from interface org.tentackle.pdo.DomainDelegate
getPersistenceDelegateMethods inherited from interface org.tentackle.pdo.DomainObject
findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, setUniqueDomainKey, toGenericStringMethods inherited from interface org.tentackle.pdo.PdoProvider
getPdo, on, onMethods inherited from interface org.tentackle.pdo.ProxyDelegate
meMethods inherited from interface org.tentackle.session.SessionProvider
getSession
-
Method Details
-
getUniqueDomainKey
StoredBundle.StoredBundleUDK getUniqueDomainKey()- Specified by:
getUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>
-
getTranslation
Gets the translated string.- Parameters:
key- the string to translate- Returns:
- the translated string, null if there is no translation
-
setTranslation
Sets a translation.- Parameters:
key- the string to translatevalue- the translated string, null to remove
-