Interface ProductOptionXref
- All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<ProductOptionXref>,Serializable
- All Known Implementing Classes:
ProductOptionXrefImpl
public interface ProductOptionXref
extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<ProductOptionXref>
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetProduct(Product product) voidsetProductOption(ProductOption productOption) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getProduct
Product getProduct() -
setProduct
-
getProductOption
ProductOption getProductOption() -
setProductOption
-