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:
  • Constructor Details

    • TagTypeMigrationMapping

      public TagTypeMigrationMapping()
      Create an empty instance
  • Method Details

    • 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)