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
-
-
Constructor Summary
Constructors Constructor Description TagTypeMigrationMapping()
Create an empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFromTagTypeId()
List<MigrationPartMapping>
getPartMappings()
Integer
getToTagTypeId()
void
setFromTagTypeId(Integer fromTagTypeId)
void
setPartMappings(List<MigrationPartMapping> partMappings)
void
setToTagTypeId(Integer toTagTypeId)
-
-
-
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)
-
-