org.broadleafcommerce.core.catalog.domain
Interface ProductOptionXref
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ProductOptionXrefImpl
public interface ProductOptionXref
- extends Serializable
- Author:
- Jeff Fischer
getId
Long getId()
setId
void setId(Long id)
getProduct
Product getProduct()
setProduct
void setProduct(Product product)
getProductOption
ProductOption getProductOption()
setProductOption
void setProductOption(ProductOption productOption)
Copyright © 2013. All Rights Reserved.