Package com.mt.ecommerce.product.mapper
Class UserMapper
java.lang.Object
com.mt.ecommerce.product.mapper.UserMapper
Mapper class for converting between UserInfo entity and UserInfoBO model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaps a UserInfo entity to a UserInfoBO object.mapDAO
(UserInfoBO userInfoBO) Maps a UserInfoBO object to a UserInfo entity.
-
Constructor Details
-
UserMapper
public UserMapper()
-
-
Method Details
-
mapDAO
Maps a UserInfoBO object to a UserInfo entity.- Parameters:
userInfoBO
- the UserInfoBO object to be mapped- Returns:
- the mapped UserInfo entity
-
mapBO
Maps a UserInfo entity to a UserInfoBO object.- Parameters:
userInfo
- the UserInfo entity to be mapped- Returns:
- the mapped UserInfoBO object
-