Class PentahoLocale

java.lang.Object
org.pentaho.platform.repository2.locale.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 Details

    • PentahoLocale

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

      public PentahoLocale(Locale locale)
  • Method Details

    • getLocale

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

      public String toString()
      Overrides:
      toString in class Object