Package mc.core.model.i18n


package mc.core.model.i18n
  • Class
    Description
    Entity representing a political country.
    iso2Code: mandatory, upper case 2-letter code, must be unique for all countries
    diallingCode: optional, area telephone code for this country
    postalPrefix: optional, prefix used in front of zip codes on postal addresses
    currency: optional, currency of this country
     
    Entity representing a currency.
     
     
     
    used as name for the columnheader in the GUI List
     
     
    no property fields, used as parameter constant and label key
    Entity representing a language.
    iso2Code: lower case 2-letter code according to ISO standard, must be unique for all languages
    iso2Code: lower case 3-letter code according to ISO standard, should be unique for all languages, but this is not enforced by database
    Special languages in the system (signalled by internalDescription): DEFAULT_LANGUAGE: there can only be one language marked as default, the language inserted first of all languages UNDEFINED_LANGUAGE: synthetic language used for the undefined locale
     
    Entity representing a locale, a localized language.
     
    Entity representing a pricelist that groups prices together.
    currency: mandatory.
     
    the former Resource entity transformed to an interface with static helper and methods to keep (a lot of) existing code compatible
    entity to store country and optionally a subdivision
     
    container entity for a text translated in different locales with it's own lifecycle.
     
    entity for text in a locale.
     
    link entity for version history per textSet/locale
    Entity representing an unit which can be used in numeric values with unit or as content or order unit.