public class TimeframeConditionEntitlementPopulator<SOURCE extends ConditionData,TARGET extends EntitlementData> extends java.lang.Object implements Populator<SOURCE,TARGET>
com.hybris.services.entitlements.condition.ConditionData as source and
EntitlementData as target type.| Constructor and Description |
|---|
TimeframeConditionEntitlementPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance with values from the source instance.
|
void |
setDateTimeConverter(DateTimeConverter dateTimeConverter) |
public TimeframeConditionEntitlementPopulator()
public void populate(SOURCE source, TARGET target)
Populatorpopulate in interface Populator<SOURCE extends ConditionData,TARGET extends EntitlementData>source - the source objecttarget - the target to fillpublic void setDateTimeConverter(DateTimeConverter dateTimeConverter)
Copyright © 2018 SAP SE. All Rights Reserved.