|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.migration.TemplateMigrationTagMapping
public class TemplateMigrationTagMapping
Constructor Summary | |
---|---|
TemplateMigrationTagMapping()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateMigrationTagMapping()
Method Detail |
---|
public Integer getFromTagId()
public void setFromTagId(Integer fromTagId)
fromTag
- public Integer getToTagId()
public void setToTagId(Integer toTagId)
toTag
- public boolean isMarkedAsNotMapped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |