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