com.ibm.commerce.ubf.registry

Class MultiLanguageString

  • java.lang.Object
    • com.ibm.commerce.ubf.registry.MultiLanguageString
  • All Implemented Interfaces:
    java.io.Serializable


    public class MultiLanguageString
    extends java.lang.Object
    implements java.io.Serializable
    Descriptions may be associated with multiple languages. This class is a container for LanguageString objects.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MultiLanguageString()
      Constructs a new MultilanguageString.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Map getLanguageStrings()
      Gets the language string map.
      java.lang.String getString(int languageID)
      Gets the string for a the specified language id.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiLanguageString

        public MultiLanguageString()
        Constructs a new MultilanguageString.
    • Method Detail

      • getLanguageStrings

        public java.util.Map getLanguageStrings()
        Gets the language string map.
        Returns:
        the language string map
      • getString

        public java.lang.String getString(int languageID)
        Gets the string for a the specified language id.
        Returns:
        the language sensitive string value