org.broadleafcommerce.core.catalog.domain
Class ProductOptionXrefImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.ProductOptionXrefImpl
- All Implemented Interfaces:
- Serializable, ProductOptionXref
@Entity
public class ProductOptionXrefImpl
- extends Object
- implements ProductOptionXref
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
product
protected Product product
productOption
protected ProductOption productOption
ProductOptionXrefImpl
public ProductOptionXrefImpl()
getId
public Long getId()
- Specified by:
getId in interface ProductOptionXref
setId
public void setId(Long id)
- Specified by:
setId in interface ProductOptionXref
getProduct
public Product getProduct()
- Specified by:
getProduct in interface ProductOptionXref
setProduct
public void setProduct(Product product)
- Specified by:
setProduct in interface ProductOptionXref
getProductOption
public ProductOption getProductOption()
- Specified by:
getProductOption in interface ProductOptionXref
setProductOption
public void setProductOption(ProductOption productOption)
- Specified by:
setProductOption in interface ProductOptionXref
Copyright © 2013. All Rights Reserved.