Uses of Interface
de.hybris.platform.sap.productconfig.runtime.interf.model.BaseModel
-
Packages that use BaseModel Package Description de.hybris.platform.sap.productconfig.runtime.interf.model de.hybris.platform.sap.productconfig.runtime.interf.model.impl -
-
Uses of BaseModel in de.hybris.platform.sap.productconfig.runtime.interf.model
Subinterfaces of BaseModel in de.hybris.platform.sap.productconfig.runtime.interf.model Modifier and Type Interface Description interfaceConfigModelRepresents the configuration model.interfaceCsticGroupModelRepresents the characteristic group model.interfaceCsticModelRepresents the characteristic model.interfaceCsticValueModelRepresents the characteristic value model.interfaceInstanceModelRepresents the instance value model.interfacePriceModelRepresents the price model including currency. -
Uses of BaseModel in de.hybris.platform.sap.productconfig.runtime.interf.model.impl
Classes in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that implement BaseModel Modifier and Type Class Description classBaseModelImplDefault implementation of theBaseModelclassConfigModelImplDefault implementation of theConfigModelclassCsticGroupModelImplDefault implementation of theCsticGroupModelclassCsticModelImplDefault implementation of theCsticModelclassCsticValueModelImplDefault implementation of theCsticValueModel.classInstanceModelImplDefault implementation of theInstanceModelclassPriceModelImplDefault implementation of thePriceModelclassVariantConditionModelImplDefault implementation of theVariantConditionModelclassZeroPriceModelImplImmutable ObjectMethods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with parameters of type BaseModel Modifier and Type Method Description protected voidAbstractBaseModelTest. testGenericEqualPart(BaseModel model1, BaseModel model2)
-