org.broadleafcommerce.core.catalog.domain
Class CategoryXrefImpl.CategoryXrefPK

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl.CategoryXrefPK
All Implemented Interfaces:
Serializable
Enclosing class:
CategoryXrefImpl

public static class CategoryXrefImpl.CategoryXrefPK
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Category category
           
protected  Category subCategory
           
 
Constructor Summary
CategoryXrefImpl.CategoryXrefPK()
           
 
Method Summary
 boolean equals(Object obj)
           
 Category getCategory()
           
 Category getSubCategory()
           
 int hashCode()
           
 void setCategory(Category category)
           
 void setSubCategory(Category subCategory)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

category

protected Category category

subCategory

protected Category subCategory
Constructor Detail

CategoryXrefImpl.CategoryXrefPK

public CategoryXrefImpl.CategoryXrefPK()
Method Detail

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.