org.broadleafcommerce.core.catalog.domain
Class CategoryProductXrefPK
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryProductXrefPK
- All Implemented Interfaces:
- Serializable
@Embeddable
public class CategoryProductXrefPK
- extends Object
- implements Serializable
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
category
protected Category category
product
protected Product product
- The product.
CategoryProductXrefPK
public CategoryProductXrefPK()
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getProduct
public Product getProduct()
setProduct
public void setProduct(Product product)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.