Class CurrencyChargeEntryAttribute
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel>
de.hybris.platform.subscriptionservices.model.CurrencyChargeEntryAttribute
- All Implemented Interfaces:
DynamicAttributeHandler<CurrencyModel,ChargeEntryModel>
public class CurrencyChargeEntryAttribute
extends AbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel>
AttributeHandler for dynamic attribute ChargeEntry.currency.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ChargeEntryModel model) Holds logic behind getter for dynamic attribute.voidset(ChargeEntryModel model, CurrencyModel value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CurrencyChargeEntryAttribute
public CurrencyChargeEntryAttribute()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<CurrencyModel,ChargeEntryModel> - Overrides:
getin classAbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel> - Parameters:
model- 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<CurrencyModel,ChargeEntryModel> - Overrides:
setin classAbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-