Class LocalizationId

    • Constructor Detail

      • LocalizationId

        public LocalizationId()
    • Method Detail

      • getEntityId

        public Long getEntityId()
      • setEntityId

        public void setEntityId​(Long entityId)
      • getLanguageTag

        public String getLanguageTag()
      • setLanguageTag

        public void setLanguageTag​(String languageTag)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • ofLocalization

        public static <TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>> LocalizationId ofLocalization​(ILocalization<TBase,​?> localization)
        Creates a new LocalizationId with the data from the given ILocalization.
        Type Parameters:
        TBase - The type of the base entity.
        Parameters:
        localization - The localization to create the ID from.
        Returns:
        The new ID.