Class LocaleImpl

java.lang.Object
org.broadleafcommerce.common.locale.domain.LocaleImpl
All Implemented Interfaces:
Serializable, AdminMainEntity, Locale

@Entity public class LocaleImpl extends Object implements Locale, AdminMainEntity
Created by jfischer
See Also:
  • Field Details

    • localeCode

      protected String localeCode
    • friendlyName

      protected String friendlyName
    • defaultFlag

      protected Boolean defaultFlag
    • defaultCurrency

      protected BroadleafCurrency defaultCurrency
    • useInSearchIndex

      protected Boolean useInSearchIndex
    • javaLocale

      protected Locale javaLocale
  • Constructor Details

    • LocaleImpl

      public LocaleImpl()
  • Method Details