public static class StoredBundle.StoredBundleUDK extends Object implements Serializable, Comparable<StoredBundle.StoredBundleUDK>
| Modifier and Type | Field and Description |
|---|---|
String |
locale
the locale, null if default.
|
String |
name
the resource bundle name.
|
| Constructor and Description |
|---|
StoredBundleUDK(StoredBundle pdo)
Creates a unique domain key for a pdo.
|
StoredBundleUDK(String name,
String locale)
Creates a unique domain key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StoredBundle.StoredBundleUDK other) |
boolean |
equals(Object obj) |
int |
hashCode() |
public final String name
public final String locale
public StoredBundleUDK(String name, String locale)
name - the resource bundle namelocale - the locale, null if defaultpublic StoredBundleUDK(StoredBundle pdo)
pdo - the pdopublic int compareTo(StoredBundle.StoredBundleUDK other)
compareTo in interface Comparable<StoredBundle.StoredBundleUDK>Tentackle - a domain driven enterprise framework