|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.core.domain.values.I18nSet
public class I18nSet
An I18nSet encapsulates different languages. Used as an embedded value type
in I18n
I18n
,
Serialized FormField Summary | |
---|---|
static int |
LENGTH
Length of each column. |
Constructor Summary | |
---|---|
protected |
I18nSet()
Create a new I18nSet. |
|
I18nSet(String enUs,
String deDe,
String frFr)
Create a new I18nSet. |
Method Summary | |
---|---|
String |
getDeDe()
Get the German translation. |
String |
getEnUs()
Get the American English translation. |
String |
getFrFr()
Get the French translation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LENGTH
Constructor Detail |
---|
protected I18nSet()
public I18nSet(String enUs, String deDe, String frFr)
enUs
- American English languagedeDe
- German languagefrFr
- French languageMethod Detail |
---|
public String getDeDe()
public String getEnUs()
public String getFrFr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |