com.gentics.contentnode.rest.model.migration
Class TagTypeMigrationMapping
java.lang.Object
com.gentics.contentnode.rest.model.migration.TagTypeMigrationMapping
- All Implemented Interfaces:
- java.io.Serializable
public class TagTypeMigrationMapping
- extends java.lang.Object
- implements java.io.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 java.lang.Integer getFromTagTypeId()
setFromTagTypeId
public void setFromTagTypeId(java.lang.Integer fromTagTypeId)
getToTagTypeId
public java.lang.Integer getToTagTypeId()
setToTagTypeId
public void setToTagTypeId(java.lang.Integer toTagTypeId)
getPartMappings
public java.util.List<MigrationPartMapping> getPartMappings()
setPartMappings
public void setPartMappings(java.util.List<MigrationPartMapping> partMappings)
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.