- java.lang.Object
-
- org.tentackle.domain.AbstractDomainObject<StoredBundleKey,StoredBundleKeyDomainImpl>
-
- org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
-
- All Implemented Interfaces:
java.io.Serializable,StoredBundleKeyDomain,org.tentackle.pdo.DomainContextProvider,org.tentackle.pdo.DomainDelegate<StoredBundleKey>,org.tentackle.pdo.DomainObject<StoredBundleKey>,org.tentackle.pdo.PdoProvider<StoredBundleKey>,org.tentackle.pdo.ProxyDelegate<StoredBundleKey>,org.tentackle.reflect.EffectiveClassProvider<StoredBundleKey>,org.tentackle.reflect.Interceptable,org.tentackle.session.SessionProvider
@DomainObjectService(StoredBundleKey.class) public class StoredBundleKeyDomainImpl extends org.tentackle.domain.AbstractDomainObject<StoredBundleKey,StoredBundleKeyDomainImpl> implements StoredBundleKeyDomain
StoredBundleKey domain implementation.- Author:
- harald
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoredBundleKeyDomainImpl()StoredBundleKeyDomainImpl(StoredBundleKey pdo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.tentackle.domain.AbstractDomainObject
assertRootEntity, findByUniqueDomainKey, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKey, 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
-
StoredBundleKeyDomainImpl
public StoredBundleKeyDomainImpl(StoredBundleKey pdo)
-
StoredBundleKeyDomainImpl
public StoredBundleKeyDomainImpl()
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classorg.tentackle.domain.AbstractDomainObject<StoredBundleKey,StoredBundleKeyDomainImpl>
-
-