Package com.werkii.planning.ejb.gui
Class Translation
java.lang.Object
com.werkii.planning.ejb.gui.Translation
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Add a translation entry for the key.Deprecated.Add a translation entry for the key.Deprecated.Get all localized values for the key.Deprecated.Get the key for the translations.setEntries(List<Entry> entries) Deprecated.Set the localized values for the key.setIdentifier(String identifier) Deprecated.Set the key for the translations.toString()Deprecated.
-
Constructor Details
-
Translation
public Translation()Deprecated. -
Translation
Deprecated.
-
-
Method Details
-
getIdentifier
Deprecated.Get the key for the translations.- Returns:
-
setIdentifier
Deprecated.Set the key for the translations.- Parameters:
identifier-- Returns:
- Translation for chaining.
-
getEntries
Deprecated.Get all localized values for the key.- Returns:
-
setEntries
Deprecated.Set the localized values for the key.- Parameters:
entries-- Returns:
- Translation for chaining.
-
addEntry
Deprecated.Add a translation entry for the key.- Parameters:
entry-- Returns:
- Translation for chaining.
-
addEntry
Deprecated.Add a translation entry for the key.- Parameters:
lang- language of the new entryvalue- value of the new entry- Returns:
- Translation for chaining.
-
toString
Deprecated.
-
This class has been replaced by
List of translations for a key.Translation. The com.werkii.planning.ejb.gui package and all it's classes will be removed in PublishingServer 2024/2Exposes a fluid interface.