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 Constructor Description CurrencyChargeEntryAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyModelget(ChargeEntryModel model)Holds logic behind getter for dynamic attribute.voidset(ChargeEntryModel model, CurrencyModel value)Holds logic behind setter for dynamic attribute.
-
-
-
Method Detail
-
get
public CurrencyModel get(ChargeEntryModel model)
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
public void set(ChargeEntryModel model, CurrencyModel value)
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.
-
-