public class StringConditionEntitlementPopulator<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 |
|---|
StringConditionEntitlementPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance with values from the source instance.
|
public void populate(SOURCE source, TARGET target)
Populatorpopulate in interface Populator<SOURCE extends ConditionData,TARGET extends EntitlementData>source - the source objecttarget - the target to fillCopyright © 2018 SAP SE. All Rights Reserved.