Class DefaultRestrictionData
java.lang.Object
de.hybris.platform.cms2.servicelayer.data.impl.DefaultRestrictionData
- All Implemented Interfaces:
RestrictionData,Serializable
- Direct Known Subclasses:
MarketplaceRestrictionDataImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetCatalog(CatalogModel catalog) voidsetCategory(CategoryModel category) voidsetProduct(ProductModel product) void
-
Constructor Details
-
DefaultRestrictionData
protected DefaultRestrictionData()
-
-
Method Details
-
getCatalog
- Specified by:
getCatalogin interfaceRestrictionData
-
getCategory
- Specified by:
getCategoryin interfaceRestrictionData
-
getProduct
- Specified by:
getProductin interfaceRestrictionData
-
getValue
- Specified by:
getValuein interfaceRestrictionData
-
hasCatalog
public boolean hasCatalog()- Specified by:
hasCatalogin interfaceRestrictionData
-
hasCategory
public boolean hasCategory()- Specified by:
hasCategoryin interfaceRestrictionData
-
hasProduct
public boolean hasProduct()- Specified by:
hasProductin interfaceRestrictionData
-
hasValue
- Specified by:
hasValuein interfaceRestrictionData
-
setCatalog
- Specified by:
setCatalogin interfaceRestrictionData
-
setCategory
- Specified by:
setCategoryin interfaceRestrictionData
-
setProduct
- Specified by:
setProductin interfaceRestrictionData
-
setValue
- Specified by:
setValuein interfaceRestrictionData
-