public class TemplateMigrationTagMapping extends Object implements Serializable
Constructor and Description |
---|
TemplateMigrationTagMapping() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFromTagId()
Returns the source or from template tag for this mapping
|
Integer |
getToTagId()
Returns the target or to template tag for this mapping
|
boolean |
isMarkedAsNotMapped()
Checks whether this mapping was marked as not mapped.
|
void |
setFromTagId(Integer fromTagId)
Sets the source or from template tag for this mapping
|
void |
setToTagId(Integer toTagId)
Sets the target or to template tag for this mapping
|
public Integer getFromTagId()
public void setFromTagId(Integer fromTagId)
fromTag
- public Integer getToTagId()
public void setToTagId(Integer toTagId)
toTag
- public boolean isMarkedAsNotMapped()
Copyright © 2015 Gentics Software GmbH. All rights reserved.