Interface ILocalization<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,​Id extends Serializable & Comparable<Id>>

    • 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
      • setKey

        void setKey​(String key)
        Sets the key for this localization. The key is used to identify the localization.
        Parameters:
        key - the key to set
      • setData

        void setData​(String data)
        Sets the localized data.
        Parameters:
        data - the data to set