com.gentics.contentnode.rest.model.migration
Class TagTypeMigrationMapping
java.lang.Object
com.gentics.contentnode.rest.model.migration.TagTypeMigrationMapping
- All Implemented Interfaces:
- Serializable
public class TagTypeMigrationMapping
- extends Object
- implements Serializable
Tag Type Migration mapping object
- Author:
- Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagTypeMigrationMapping
public TagTypeMigrationMapping()
- Create an empty instance
getFromTagTypeId
public Integer getFromTagTypeId()
setFromTagTypeId
public void setFromTagTypeId(Integer fromTagTypeId)
getToTagTypeId
public Integer getToTagTypeId()
setToTagTypeId
public void setToTagTypeId(Integer toTagTypeId)
getPartMappings
public List<MigrationPartMapping> getPartMappings()
setPartMappings
public void setPartMappings(List<MigrationPartMapping> partMappings)
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.