- java.lang.Object
-
- org.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
- org.tentackle.i18n.pdo.StoredBundleDomainImpl
-
- All Implemented Interfaces:
java.io.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 org.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl> implements StoredBundleDomain
StoredBundle domain implementation.- Author:
- harald
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoredBundleDomainImpl()StoredBundleDomainImpl(StoredBundle pdo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoredBundlefindByUniqueDomainKey(java.lang.Object domainKey)java.lang.StringgetTranslation(java.lang.String key)Gets the translated string.StoredBundle.StoredBundleUDKgetUniqueDomainKey()voidsetTranslation(java.lang.String key, java.lang.String value)Sets a translation.java.lang.StringtoString()-
Methods inherited from class org.tentackle.domain.AbstractDomainObject
assertRootEntity, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, me, setPdo, setUniqueDomainKey, toGenericString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
StoredBundleDomainImpl
public StoredBundleDomainImpl(StoredBundle pdo)
-
StoredBundleDomainImpl
public StoredBundleDomainImpl()
-
-
Method Detail
-
getUniqueDomainKey
public StoredBundle.StoredBundleUDK getUniqueDomainKey()
- Specified by:
getUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Specified by:
getUniqueDomainKeyin interfaceStoredBundleDomain- Overrides:
getUniqueDomainKeyin classorg.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
findByUniqueDomainKey
public StoredBundle findByUniqueDomainKey(java.lang.Object domainKey)
- Specified by:
findByUniqueDomainKeyin interfaceorg.tentackle.pdo.DomainObject<StoredBundle>- Overrides:
findByUniqueDomainKeyin classorg.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classorg.tentackle.domain.AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>
-
getTranslation
public java.lang.String getTranslation(java.lang.String key)
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
public void setTranslation(java.lang.String key, java.lang.String value)Description copied from interface:StoredBundleDomainSets a translation.- Specified by:
setTranslationin interfaceStoredBundleDomain- Parameters:
key- the string to translatevalue- the translated string, null to remove
-
-