Class PentahoLocale

  • All Implemented Interfaces:
    org.pentaho.platform.api.locale.IPentahoLocale

    public class PentahoLocale
    extends Object
    implements org.pentaho.platform.api.locale.IPentahoLocale
    A wrapper class to the java Locale, since it is a final class. Only needed for web services
    Author:
    krivera
    • Constructor Detail

      • PentahoLocale

        public PentahoLocale()
        Default empty constructor needed for web services
      • PentahoLocale

        public PentahoLocale​(Locale locale)
    • Method Detail

      • getLocale

        public Locale getLocale()
        Specified by:
        getLocale in interface org.pentaho.platform.api.locale.IPentahoLocale