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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateMigrationTagMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFromTagId()
Returns the source or from template tag for this mappingInteger
getToTagId()
Returns the target or to template tag for this mappingboolean
isMarkedAsNotMapped()
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
-
-
-
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:
-
-