Class BaseFormat

  • Direct Known Subclasses:
    DateFormat, NumberFormat

    public class BaseFormat
    extends java.lang.Object
    Used for providing public interfaces to get translation by locale
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String locale  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocale()  
      void setLocale​(java.lang.String locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • locale

        protected java.lang.String locale
    • Constructor Detail

      • BaseFormat

        public BaseFormat()
    • Method Detail

      • setLocale

        public void setLocale​(java.lang.String locale)
      • getLocale

        public java.lang.String getLocale()