Class BillStructureSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillStructureModel,BillStructure>
de.hybris.platform.tuawebservicesresources.mappers.billstructure.BillStructureSchemaLocationAttributeMapper
public class BillStructureSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaBillStructureModel,BillStructure>
This attribute Mapper class maps data for schema location attribute between
TuaBillStructureModel and
BillStructure- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionBillStructureSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBillStructureModel source, BillStructure target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
BillStructureSchemaLocationAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillStructureModel source, BillStructure target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaBillStructureModel,BillStructure> - Parameters:
source- source objecttarget- target object
-