Class BucketRelationshipAtSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBucketRelationshipModel,BucketRelationship>
de.hybris.platform.tuawebservicesresources.mappers.ucbucketrelationship.BucketRelationshipAtSchemaLocationAttributeMapper
public class BucketRelationshipAtSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaBucketRelationshipModel,BucketRelationship>
This attribute Mapper class maps data for at schema location attribute between
TuaBucketRelationshipModel and BucketRelationship- Since:
- 2211
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBucketRelationshipAtSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship 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
-
BucketRelationshipAtSchemaLocationAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship 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<TuaBucketRelationshipModel,BucketRelationship> - Parameters:
source- source objecttarget- target object
-