Class TemplateMigrationTagMapping

    • Constructor Detail

      • TemplateMigrationTagMapping

        public TemplateMigrationTagMapping()
    • Method Detail

      • getFromTagId

        public Integer getFromTagId()
        Returns the source or from template tag for this mapping
        Returns:
      • setFromTagId

        public void setFromTagId​(Integer fromTagId)
        Sets the source or from template tag for this mapping
        Parameters:
        fromTag -
      • getToTagId

        public Integer getToTagId()
        Returns the target or to template tag for this mapping
        Returns:
      • setToTagId

        public void setToTagId​(Integer toTagId)
        Sets the target or to template tag for this mapping
        Parameters:
        toTag -
      • isMarkedAsNotMapped

        public boolean isMarkedAsNotMapped()
        Checks whether this mapping was marked as not mapped. This is done by setting the toTagId to -1
        Returns: