Class Textbaustein

    • Constructor Detail

      • Textbaustein

        public Textbaustein()
    • Method Detail

      • getId

        public Long getId()
        Specified by:
        getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • getCustomAttributes

        public Map<String,​String> getCustomAttributes()
        Gets the custom attributes that may be used to store additional information. The stored data depends on the type of the text template.
        Specified by:
        getCustomAttributes in interface ICustomAttributeProviding
        Returns:
        The custom attributes.
        Since:
        8.3.0
      • isAllowFormTheme

        public boolean isAllowFormTheme()
        Applies only to text templates of category HTML. Whether this text template allows a form theme to be applied. When true, the form theme of the current form is applied to the text template. If no form context is available, the default client or system form theme is used instead.
        Returns:
        Whether this text template allows a form theme to be applied.
      • setAllowFormTheme

        public void setAllowFormTheme​(boolean allowFormTheme)
        Applies only to text templates of category HTML. Whether this text template allows a form theme to be applied. When true, the form theme of the current form is applied to the text template. If no form context is available, the default client or system form theme is used instead.
        Parameters:
        allowFormTheme - Whether this text template allows a form theme to be applied.
      • setCustomAttributes

        public void setCustomAttributes​(Map<String,​String> customAttributes)
        Sets the custom attributes that may be used to store additional information. The stored data depends on the type of the text template.
        Specified by:
        setCustomAttributes in interface ICustomAttributesEntity
        Parameters:
        customAttributes - The custom attributes to set.
        Since:
        8.3.0
      • getUUID

        public String getUUID()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUID in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • setUUID

        public void setUUID​(String uuid)
        Description copied from interface: IUUIDEntity
        Sets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        setUUID in interface IUUIDEntity
        Parameters:
        uuid - The UUID of the entity.
      • getUUIDObject

        public UUID getUUIDObject()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUIDObject in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • setUUIDObject

        public void setUUIDObject​(UUID uuid)
      • setName

        public void setName​(String name)
      • getTextValue

        public String getTextValue()
      • setTextValue

        public void setTextValue​(String textValue)
      • isDeletable

        public boolean isDeletable()
      • setDeletable

        public void setDeletable​(boolean deletable)
      • isSystem

        public boolean isSystem()
      • setSystem

        public void setSystem​(boolean system)
      • isDeprecated

        public boolean isDeprecated()
      • setDeprecated

        public void setDeprecated​(boolean deprecated)
      • setBeschreibung

        public void setBeschreibung​(String beschreibung)
      • setI18nValues

        public void setI18nValues​(Map<String,​String> i18nValues)