org.broadleafcommerce.catalog.domain
Class CategoryXref.CategoryXrefPK
java.lang.Object
org.broadleafcommerce.catalog.domain.CategoryXref.CategoryXrefPK
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CategoryXref
public static class CategoryXref.CategoryXrefPK
- 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
subCategory
protected Category subCategory
CategoryXref.CategoryXrefPK
public CategoryXref.CategoryXrefPK()
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getSubCategory
public Category getSubCategory()
setSubCategory
public void setSubCategory(Category subCategory)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2010. All Rights Reserved.