Class B2BPaymentMethodDynamicAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel>
de.hybris.platform.b2bacceleratorservices.document.attributehandlers.B2BPaymentMethodDynamicAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<String,B2BDocumentPaymentInfoModel>
public class B2BPaymentMethodDynamicAttributeHandler
extends AbstractDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(B2BDocumentPaymentInfoModel ruleSet) Holds logic behind getter for dynamic attribute.voidset(B2BDocumentPaymentInfoModel paramMODEL, String paramVALUE) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
B2BPaymentMethodDynamicAttributeHandler
public B2BPaymentMethodDynamicAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel> - Overrides:
getin classAbstractDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel> - Parameters:
ruleSet- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel> - Overrides:
setin classAbstractDynamicAttributeHandler<String,B2BDocumentPaymentInfoModel> - Parameters:
paramMODEL- model for which dynamic attribute is declared.paramVALUE- the value which will be used by setter logic.
-