Class MigrationPartMapping
java.lang.Object
com.gentics.contentnode.rest.model.migration.MigrationPartMapping
- All Implemented Interfaces:
Serializable
The tagtype migration part mapping model
- Author:
- johannes2
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether this part mapping was marked as not mapped.void
setFromPartId
(Integer fromPartId) void
setPartMappingType
(String partMappingType) void
setToPartId
(Integer toPartId)
-
Field Details
-
NOT_MAPPED_TYPE_FLAG
- See Also:
-
-
Constructor Details
-
MigrationPartMapping
public MigrationPartMapping()Default constructor
-
-
Method Details
-
getFromPartId
-
setFromPartId
-
getToPartId
-
setToPartId
-
getPartMappingType
-
setPartMappingType
-
isMarkedAsNotMapped
public boolean isMarkedAsNotMapped()Checks whether this part mapping was marked as not mapped. This is done by setting the correct part mapping type flag- Returns:
-