Class TmaChecklistActionAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<PqChecklistActionUnavailabilityReasonRao,ChecklistAction>
de.hybris.platform.b2ctelcotmfwebservices.mappers.tmachecklistaction.TmaChecklistActionAtTypeAttributeMapper
public class TmaChecklistActionAtTypeAttributeMapper
extends TmaAttributeMapper<PqChecklistActionUnavailabilityReasonRao,ChecklistAction>
This attribute Mapper class maps data for @type attribute between
PqChecklistActionUnavailabilityReasonRao and
ChecklistAction- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(PqChecklistActionUnavailabilityReasonRao source, ChecklistAction 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
-
TmaChecklistActionAtTypeAttributeMapper
public TmaChecklistActionAtTypeAttributeMapper()
-
-
Method Details