java.lang.Object
org.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
org.tentackle.i18n.pdo.StoredBundleDomainImpl
- All Implemented Interfaces:
Serializable,StoredBundleDomain,org.tentackle.pdo.DomainContextProvider,org.tentackle.pdo.DomainDelegate<StoredBundle>,org.tentackle.pdo.DomainObject<StoredBundle>,org.tentackle.pdo.PdoProvider<StoredBundle>,org.tentackle.pdo.ProxyDelegate<StoredBundle>,org.tentackle.reflect.EffectiveClassProvider<StoredBundle>,org.tentackle.reflect.Interceptable,org.tentackle.session.SessionProvider
@DomainObjectService(StoredBundle.class)
public class StoredBundleDomainImpl
extends AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
implements StoredBundleDomain
StoredBundle domain implementation.
- Author:
- harald
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByUniqueDomainKey(Object domainKey) getTranslation(String key) Gets the translated string.Class<?>booleanvoidsetTranslation(String key, String value) Sets a translation.voidsetUniqueDomainKey(Object domainKey) toString()Methods inherited from class org.tentackle.domain.AbstractDomainObject
assertRootEntity, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, me, setPdo, toGenericStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
getPlural, getSingular, 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
-
Constructor Details
-
StoredBundleDomainImpl
-
StoredBundleDomainImpl
public StoredBundleDomainImpl()
-
-
Method Details
-
isUniqueDomainKeyProvided
public boolean isUniqueDomainKeyProvided()- Specified by:
isUniqueDomainKeyProvidedin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Overrides:
isUniqueDomainKeyProvidedin classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
getUniqueDomainKeyType
- Specified by:
getUniqueDomainKeyTypein interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Overrides:
getUniqueDomainKeyTypein classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
findByUniqueDomainKey
- Specified by:
findByUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Overrides:
findByUniqueDomainKeyin classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
getUniqueDomainKey
- Specified by:
getUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Specified by:
getUniqueDomainKeyin interfaceStoredBundleDomain- Overrides:
getUniqueDomainKeyin classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
setUniqueDomainKey
- Specified by:
setUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Overrides:
setUniqueDomainKeyin classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
toString
- Overrides:
toStringin classAbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
getTranslation
Description copied from interface:StoredBundleDomainGets the translated string.- Specified by:
getTranslationin interfaceStoredBundleDomain- Parameters:
key- the string to translate- Returns:
- the translated string, null if there is no translation
-
setTranslation
Description copied from interface:StoredBundleDomainSets a translation.- Specified by:
setTranslationin interfaceStoredBundleDomain- Parameters:
key- the string to translatevalue- the translated string, null to remove
-