Class RelatedPartyRefTypeIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<PrincipalData,RelatedPartyRefType>
de.hybris.platform.b2ctelcotmfwebservices.mappers.relatedpartyreftype.RelatedPartyRefTypeIdAttributeMapper
public class RelatedPartyRefTypeIdAttributeMapper
extends TmaAttributeMapper<PrincipalData,RelatedPartyRefType>
This attribute Mapper class maps data for id attribute between
PrincipalData and RelatedPartyRefType- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(RelatedPartyRefType source, PrincipalData target, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(PrincipalData source, RelatedPartyRefType 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, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
RelatedPartyRefTypeIdAttributeMapper
public RelatedPartyRefTypeIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PrincipalData source, RelatedPartyRefType 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<PrincipalData,RelatedPartyRefType> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(RelatedPartyRefType source, PrincipalData target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<PrincipalData,RelatedPartyRefType> - Parameters:
source- target objecttarget- source object
-