Class TemplateMigrationTagMapping

java.lang.Object
com.gentics.contentnode.rest.model.migration.TemplateMigrationTagMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TemplateMigrationEditableTagMapping, TemplateMigrationNonEditableTagMapping

public class TemplateMigrationTagMapping extends Object implements Serializable
See Also:
  • Constructor Details

    • TemplateMigrationTagMapping

      public TemplateMigrationTagMapping()
  • Method Details

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