Class FeatureWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.FeatureWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Feature
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getRange()getType()voidvoidsetComparable(Boolean comparable) voidsetDescription(String description) voidsetFeatureUnit(FeatureUnitWsDTO featureUnit) voidsetFeatureValues(Collection<FeatureValueWsDTO> featureValues) voidvoidvoid
-
Constructor Details
-
FeatureWsDTO
public FeatureWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setType
-
getType
-
setRange
-
getRange
-
setComparable
-
getComparable
-
setFeatureUnit
-
getFeatureUnit
-
setFeatureValues
-
getFeatureValues
-