public class MigrationPartMapping extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
NOT_MAPPED_TYPE_FLAG |
Constructor and Description |
---|
MigrationPartMapping()
Default constructor
|
Modifier and Type | Method and 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) |
public static final String NOT_MAPPED_TYPE_FLAG
public Integer getFromPartId()
public void setFromPartId(Integer fromPartId)
public Integer getToPartId()
public void setToPartId(Integer toPartId)
public String getPartMappingType()
public void setPartMappingType(String partMappingType)
public boolean isMarkedAsNotMapped()
Copyright © 2024 Gentics Software. All rights reserved.