org.broadleafcommerce.core.catalog.domain
Interface ProductOptionXref

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProductOptionXrefImpl

public interface ProductOptionXref
extends Serializable

Author:
Jeff Fischer

Method Summary
 Long getId()
           
 Product getProduct()
           
 ProductOption getProductOption()
           
 void setId(Long id)
           
 void setProduct(Product product)
           
 void setProductOption(ProductOption productOption)
           
 

Method Detail

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.