org.broadleafcommerce.core.catalog.domain
Class CategoryXrefImpl.CategoryXrefPK
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl.CategoryXrefPK
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CategoryXrefImpl
public static class CategoryXrefImpl.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
CategoryXrefImpl.CategoryXrefPK
public CategoryXrefImpl.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 © 2012. All Rights Reserved.