Class AgreementAuthorizationAtTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAgreementAuthorizationModel,AgreementAuthorization>
de.hybris.platform.tuawebservicesresources.mappers.agreementauthorization.AgreementAuthorizationAtTypeAttributeMapper
public class AgreementAuthorizationAtTypeAttributeMapper
extends TuaAttributeMapper<TuaAgreementAuthorizationModel,AgreementAuthorization>
This attribute Mapper class maps data for at type attribute between
TuaAgreementAuthorizationModel and AgreementAuthorization- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementAuthorizationAtTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaAgreementAuthorizationModel source, AgreementAuthorization 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
-
AgreementAuthorizationAtTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaAgreementAuthorizationModel source, AgreementAuthorization 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<TuaAgreementAuthorizationModel,AgreementAuthorization> - Parameters:
source- source objecttarget- target object
-