Class MigrationPartMapping
- java.lang.Object
-
- com.gentics.contentnode.rest.model.migration.MigrationPartMapping
-
- All Implemented Interfaces:
Serializable
public class MigrationPartMapping extends Object implements Serializable
The tagtype migration part mapping model- Author:
- johannes2
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
NOT_MAPPED_TYPE_FLAG
-
Constructor Summary
Constructors Constructor Description MigrationPartMapping()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFromPartId()
String
getPartMappingType()
Integer
getToPartId()
boolean
isMarkedAsNotMapped()
Checks whether this part mapping was marked as not mapped.void
setFromPartId(Integer fromPartId)
void
setPartMappingType(String partMappingType)
void
setToPartId(Integer toPartId)
-
-
-
Field Detail
-
NOT_MAPPED_TYPE_FLAG
public static final String NOT_MAPPED_TYPE_FLAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFromPartId
public Integer getFromPartId()
-
setFromPartId
public void setFromPartId(Integer fromPartId)
-
getToPartId
public Integer getToPartId()
-
setToPartId
public void setToPartId(Integer toPartId)
-
getPartMappingType
public String getPartMappingType()
-
setPartMappingType
public void setPartMappingType(String partMappingType)
-
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:
-
-