org.broadleafcommerce.catalog.domain
Class CategoryProductImpl.CategoryProductXrefPk

java.lang.Object
  extended by org.broadleafcommerce.catalog.domain.CategoryProductImpl.CategoryProductXrefPk
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CategoryProductImpl

public static class CategoryProductImpl.CategoryProductXrefPk
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Category category
           
protected  Product product
          The product.
 
Constructor Summary
CategoryProductImpl.CategoryProductXrefPk()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Category getCategory()
           
 Product getProduct()
           
 int hashCode()
           
 void setCategory(Category category)
           
 void setProduct(Product product)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

category

protected Category category

product

protected Product product
The product.

Constructor Detail

CategoryProductImpl.CategoryProductXrefPk

public CategoryProductImpl.CategoryProductXrefPk()
Method Detail

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 © 2010. All Rights Reserved.