org.broadleafcommerce.core.catalog.domain
Class CategoryProductXrefImpl.CategoryProductXrefPk
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl.CategoryProductXrefPk
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CategoryProductXrefImpl
public static class CategoryProductXrefImpl.CategoryProductXrefPk
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
category
protected Category category
product
protected Product product
- The product.
CategoryProductXrefImpl.CategoryProductXrefPk
public CategoryProductXrefImpl.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 java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.