Uses of Enum Class
de.hybris.platform.tuadatamodel.enums.TuaProductStatusType
Packages that use TuaProductStatusType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaProductStatusType in de.hybris.platform.tuadatamodel.enums
Methods in de.hybris.platform.tuadatamodel.enums that return TuaProductStatusTypeModifier and TypeMethodDescriptionstatic TuaProductStatusTypeReturns the enum constant of this class with the specified name.static TuaProductStatusType[]TuaProductStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TuaProductStatusType in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaProductStatusTypeModifier and TypeMethodDescriptionTuaProductModel.getStatus()Generated method - Getter of theTuaProduct.statusattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaProductStatusTypeModifier and TypeMethodDescriptionvoidTuaProductModel.setStatus(TuaProductStatusType value) Generated method - Setter ofTuaProduct.statusattribute defined at extensiontuadatamodel.