Interface OperationInfoMapper
-
- All Known Implementing Classes:
OperationInfoMapperImpl
public interface OperationInfoMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationInfotoOperationInfo(OperationInfoEntity source)OperationInfoEntitytoOperationInfoEntity(OperationInfo source)List<OperationInfo>toOperationInfos(List<OperationInfoEntity> source)
-
-
-
Method Detail
-
toOperationInfo
OperationInfo toOperationInfo(OperationInfoEntity source)
-
toOperationInfos
List<OperationInfo> toOperationInfos(List<OperationInfoEntity> source)
-
toOperationInfoEntity
OperationInfoEntity toOperationInfoEntity(OperationInfo source)
-
-