Package mc.core.domain.base.aspect
Class AspectAttribute.DVPriceHandler
java.lang.Object
AspectAttribute<C>.DVBaseHandler<DVPrice,Double,AspectAttribute<C>.DVPriceHandler>
mc.core.domain.base.aspect.AspectAttribute.DVPriceHandler
- All Implemented Interfaces:
AspectAttribute.DataValueHandler<Double>
- Enclosing class:
- AspectAttribute<C extends ComplexEntity>
public class AspectAttribute.DVPriceHandler
extends AspectAttribute<C>.DVBaseHandler<DVPrice,Double,AspectAttribute<C>.DVPriceHandler>
-
Constructor Summary
ConstructorsConstructorDescriptionDVPriceHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy) -
Method Summary
Modifier and TypeMethodDescriptionsetCurrency(Currency currency) setPricelist(Pricelist pricelist) Methods inherited from class mc.core.domain.base.aspect.AspectAttribute.DVBaseHandler
removeDataValueSet, removeEnumValue, removeValue, removeValue, setCreateStdValues, setDataValueSet, setEntityToAttribute, setEnumValue, setFromString, setFromString, setLocale, setMultiValueAppend, setMultiValues, setMultiValueSplitChars, setPrio, setPrioValue, setRemoveEmptyValues, setTerritory, setTrimValues, setValue, setValue, setValues, setValueTOs, toValueDisplayMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mc.core.domain.base.aspect.AspectAttribute.DataValueHandler
instance
-
Constructor Details
-
DVPriceHandler
public DVPriceHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy)
-
-
Method Details
-
setCurrency
-
setPricelist
-
setValue
public AspectAttribute<C>.DVPriceHandler setValue(Double value, Currency currency) throws mc.core.system.validation.ValidationException - Throws:
mc.core.system.validation.ValidationException
-
setValue
public AspectAttribute<C>.DVPriceHandler setValue(Double value, Pricelist pricelist) throws mc.core.system.validation.ValidationException - Throws:
mc.core.system.validation.ValidationException
-
isMultiValueAppend
-