Class MigrationPartMapping

    • Constructor Detail

      • MigrationPartMapping

        public MigrationPartMapping()
        Default constructor
    • 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: