Class ChecklistActionAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaChecklistActionData,ChecklistAction>
de.hybris.platform.b2ctelcotmfwebservices.mappers.checklistaction.ChecklistActionAtTypeAttributeMapper
public class ChecklistActionAtTypeAttributeMapper
extends TmaAttributeMapper<TmaChecklistActionData,ChecklistAction>
This attribute Mapper class maps data for @type attribute between
TmaChecklistActionData and ChecklistAction- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaChecklistActionData 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
-
ChecklistActionAtTypeAttributeMapper
public ChecklistActionAtTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaChecklistActionData source, ChecklistAction 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<TmaChecklistActionData,ChecklistAction> - Parameters:
source- source objecttarget- target object
-