public class TagTypeMigrationMapping extends Object implements Serializable
Constructor and Description |
---|
TagTypeMigrationMapping()
Create an empty instance
|
Modifier and Type | Method and Description |
---|---|
Integer |
getFromTagTypeId() |
List<MigrationPartMapping> |
getPartMappings() |
Integer |
getToTagTypeId() |
void |
setFromTagTypeId(Integer fromTagTypeId) |
void |
setPartMappings(List<MigrationPartMapping> partMappings) |
void |
setToTagTypeId(Integer toTagTypeId) |
public TagTypeMigrationMapping()
public Integer getFromTagTypeId()
public void setFromTagTypeId(Integer fromTagTypeId)
public Integer getToTagTypeId()
public void setToTagTypeId(Integer toTagTypeId)
public List<MigrationPartMapping> getPartMappings()
public void setPartMappings(List<MigrationPartMapping> partMappings)
Copyright © 2015 Gentics Software. All rights reserved.