Class TimePeriodStartDateTimeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaPricingLogicAlgorithmData,TimePeriod>
de.hybris.platform.b2ctelcotmfwebservices.mappers.platimeperiod.TimePeriodStartDateTimeAttributeMapper
public class TimePeriodStartDateTimeAttributeMapper
extends TmaAttributeMapper<TmaPricingLogicAlgorithmData,TimePeriod>
This attribute Mapper class maps data for start date time attribute between
TmaPricingLogicAlgorithmData and TimePeriod- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, TimePeriod target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TimePeriodStartDateTimeAttributeMapper
public TimePeriodStartDateTimeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, TimePeriod target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaPricingLogicAlgorithmData,TimePeriod> - Parameters:
source- source objecttarget- target object
-