@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 |
|---|---|
<G extends ProductOptionXref> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
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 ProductOptionXrefpublic <G extends ProductOptionXref> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<ProductOptionXref>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.