org.broadleafcommerce.core.catalog.domain
Class CategoryXrefPK
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryXrefPK
- All Implemented Interfaces:
- Serializable
@Embeddable
public class CategoryXrefPK
- extends Object
- implements Serializable
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
category
protected Category category
subCategory
protected Category subCategory
CategoryXrefPK
public 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(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.