Interface MarketplaceRestrictionData
-
- All Superinterfaces:
RestrictionData,java.io.Serializable
- All Known Implementing Classes:
MarketplaceRestrictionDataImpl
public interface MarketplaceRestrictionData extends RestrictionData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VendorModelgetVendor()voidsetVendor(VendorModel arg0)-
Methods inherited from interface de.hybris.platform.cms2.servicelayer.data.RestrictionData
getCatalog, getCategory, getProduct, getValue, hasCatalog, hasCategory, hasProduct, hasValue, setCatalog, setCategory, setProduct, setValue
-
-
-
-
Method Detail
-
setVendor
void setVendor(VendorModel arg0)
-
getVendor
VendorModel getVendor()
-
-