Interface RestrictionData
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
MarketplaceRestrictionData
- All Known Implementing Classes:
DefaultRestrictionData,MarketplaceRestrictionDataImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetCatalog(CatalogModel catalog) voidsetCategory(CategoryModel category) voidsetProduct(ProductModel product) void
-
Method Details
-
getValue
-
setValue
-
hasValue
-
setProduct
-
getProduct
ProductModel getProduct() -
hasProduct
boolean hasProduct() -
setCategory
-
getCategory
CategoryModel getCategory() -
hasCategory
boolean hasCategory() -
setCatalog
-
getCatalog
CatalogModel getCatalog() -
hasCatalog
boolean hasCatalog()
-