public class CouponRedemptionWsPopulator extends java.lang.Object implements Populator<SingleCodeCouponModel,CouponRedemptionWsDTO>
CouponRedemptionWsDTO| Constructor and Description |
|---|
CouponRedemptionWsPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CouponRedemptionDao |
getCouponRedemptionDao() |
void |
populate(SingleCodeCouponModel source,
CouponRedemptionWsDTO target)
Populate the target instance with values from the source instance.
|
void |
setCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao) |
public void populate(SingleCodeCouponModel source, CouponRedemptionWsDTO target)
Populatorpopulate in interface Populator<SingleCodeCouponModel,CouponRedemptionWsDTO>source - the source objecttarget - the target to fillprotected CouponRedemptionDao getCouponRedemptionDao()
public void setCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao)
Copyright © 2018 SAP SE. All Rights Reserved.