Serialized Form
-
Package org.tentackle.i18n.pdo
-
Record Class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
class StoredBundleUDK extends Record implements Serializable -
Class org.tentackle.i18n.pdo.StoredBundleDomainImpl
class StoredBundleDomainImpl extends AbstractDomainObject<StoredBundle,StoredBundleDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
class StoredBundleKeyDomainImpl extends AbstractDomainObject<StoredBundleKey,StoredBundleKeyDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
class StoredBundleKeyPersistenceImpl extends AbstractPersistentObject<StoredBundleKey,StoredBundleKeyPersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
bundle
StoredBundle bundle
-
bundleId
long bundleId
the bundle id. -
bundleLoaded
boolean bundleLoaded
-
key
String key
the resource bundle key. -
value
String value
the localized string.
-
-
Class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
class StoredBundlePersistenceImpl extends AbstractPersistentObject<StoredBundle,StoredBundlePersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
keys
org.tentackle.misc.TrackedList<StoredBundleKey> keys
-
keysLoaded
boolean keysLoaded
-
locale
String locale
the locale, null if default. -
name
String name
the resource bundle name.
-
-