@Entity public class ProductOptionXrefImpl extends Object implements ProductOptionXref
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Product |
product |
protected ProductOption |
productOption |
| Constructor and Description |
|---|
ProductOptionXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
Product |
getProduct() |
ProductOption |
getProductOption() |
void |
setId(Long id) |
void |
setProduct(Product product) |
void |
setProductOption(ProductOption productOption) |
protected Long id
protected Product product
protected ProductOption productOption
public Long getId()
getId in interface ProductOptionXrefpublic void setId(Long id)
setId in interface ProductOptionXrefpublic Product getProduct()
getProduct in interface ProductOptionXrefpublic void setProduct(Product product)
setProduct in interface ProductOptionXrefpublic ProductOption getProductOption()
getProductOption in interface ProductOptionXrefpublic void setProductOption(ProductOption productOption)
setProductOption in interface ProductOptionXrefCopyright © 2014. All Rights Reserved.