Class ProductOptionXrefImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.ProductOptionXrefImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<ProductOptionXref>,ProductOptionXref
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends ProductOptionXref>
CreateResponse<G>booleangetId()inthashCode()voidvoidsetProduct(Product product) voidsetProductOption(ProductOption productOption)
-
Field Details
-
id
-
product
-
productOption
-
-
Constructor Details
-
ProductOptionXrefImpl
public ProductOptionXrefImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProductOptionXref
-
setId
- Specified by:
setIdin interfaceProductOptionXref
-
getProduct
- Specified by:
getProductin interfaceProductOptionXref
-
setProduct
- Specified by:
setProductin interfaceProductOptionXref
-
getProductOption
- Specified by:
getProductOptionin interfaceProductOptionXref
-
setProductOption
- Specified by:
setProductOptionin interfaceProductOptionXref
-
createOrRetrieveCopyInstance
public <G extends ProductOptionXref> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<ProductOptionXref>- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode()
-