org.openwms.core.domain.values
Class I18nSet

java.lang.Object
  extended by org.openwms.core.domain.values.I18nSet
All Implemented Interfaces:
Serializable

public class I18nSet
extends Object
implements Serializable

An I18nSet encapsulates different languages. Used as an embedded value type in I18n

Since:
0.1
Version:
$Revision: 1507 $
Author:
Heiko Scherrer
See Also:
I18n, Serialized Form

Field 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

LENGTH

public static final int LENGTH
Length of each column.

See Also:
Constant Field Values
Constructor Detail

I18nSet

protected I18nSet()
Create a new I18nSet.


I18nSet

public I18nSet(String enUs,
               String deDe,
               String frFr)
Create a new I18nSet.

Parameters:
enUs - American English language
deDe - German language
frFr - French language
Method Detail

getDeDe

public String getDeDe()
Get the German translation.

Returns:
the deDe property

getEnUs

public String getEnUs()
Get the American English translation.

Returns:
the enUs property

getFrFr

public String getFrFr()
Get the French translation.

Returns:
the frFr property


Copyright © 2005-2011 openwms.org. All Rights Reserved.