com.gentics.contentnode.rest.model.migration
Class TagTypeMigrationMapping

java.lang.Object
  extended by 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

Constructor Summary
TagTypeMigrationMapping()
          Create an empty instance
 
Method Summary
 Integer getFromTagTypeId()
           
 List<MigrationPartMapping> getPartMappings()
           
 Integer getToTagTypeId()
           
 void setFromTagTypeId(Integer fromTagTypeId)
           
 void setPartMappings(List<MigrationPartMapping> partMappings)
           
 void setToTagTypeId(Integer toTagTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagTypeMigrationMapping

public TagTypeMigrationMapping()
Create an empty instance

Method Detail

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 © 2015 Gentics Software GmbH. All Rights Reserved.