Class TemplateMigrationTagMapping
java.lang.Object
com.gentics.contentnode.rest.model.migration.TemplateMigrationTagMapping
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TemplateMigrationEditableTagMapping
,TemplateMigrationNonEditableTagMapping
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the source or from template tag for this mappingReturns the target or to template tag for this mappingboolean
Checks whether this mapping was marked as not mapped.void
setFromTagId
(Integer fromTagId) Sets the source or from template tag for this mappingvoid
setToTagId
(Integer toTagId) Sets the target or to template tag for this mapping
-
Constructor Details
-
TemplateMigrationTagMapping
public TemplateMigrationTagMapping()
-
-
Method Details
-
getFromTagId
Returns the source or from template tag for this mapping- Returns:
-
setFromTagId
Sets the source or from template tag for this mapping- Parameters:
fromTag
-
-
getToTagId
Returns the target or to template tag for this mapping- Returns:
-
setToTagId
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:
-