Interface ILocalization<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>>

    • Method Detail

      • getBaseEntity

        TBase getBaseEntity()
        Gets the entity for which this localization is intended.
        Returns:
        the base entity
      • setBaseEntity

        void setBaseEntity​(TBase baseEntity)
        Sets the entity for which this localization is intended.
        Parameters:
        baseEntity - the base entity to set
      • getI18nName

        String getI18nName()
        Gets the i18n name
        Returns:
        the i18n name
      • setI18nName

        void setI18nName​(String i18nName)
        Sets the i18n name
        Parameters:
        i18nName - the i18n name to set
      • getI18nValue

        String getI18nValue()
        Gets the i18n value
        Returns:
        the i18n value
      • setI18nValue

        void setI18nValue​(String i18nValue)
        Sets the i18n value
        Parameters:
        i18nValue - the i18n value to set