org.broadleafcommerce.core.catalog.domain
Class CategoryXrefImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl
All Implemented Interfaces:
Serializable, CategoryXref

@Entity
public class CategoryXrefImpl
extends Object
implements CategoryXref

See Also:
Serialized Form

Field Summary
protected  Category category
           
protected  BigDecimal displayOrder
           
protected  Long id
           
protected  Category subCategory
           
 
Constructor Summary
CategoryXrefImpl()
           
 
Method Summary
 boolean equals(Object o)
           
 Category getCategory()
           
 BigDecimal getDisplayOrder()
           
 Long getId()
           
 Category getSubCategory()
           
 int hashCode()
           
 void setCategory(Category category)
           
 void setDisplayOrder(BigDecimal displayOrder)
           
 void setId(Long id)
           
 void setSubCategory(Category subCategory)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

category

protected Category category

subCategory

protected Category subCategory

displayOrder

protected BigDecimal displayOrder
Constructor Detail

CategoryXrefImpl

public CategoryXrefImpl()
Method Detail

getDisplayOrder

public BigDecimal getDisplayOrder()
Specified by:
getDisplayOrder in interface CategoryXref

setDisplayOrder

public void setDisplayOrder(BigDecimal displayOrder)
Specified by:
setDisplayOrder in interface CategoryXref

getCategory

public Category getCategory()
Specified by:
getCategory in interface CategoryXref

setCategory

public void setCategory(Category category)
Specified by:
setCategory in interface CategoryXref

getSubCategory

public Category getSubCategory()
Specified by:
getSubCategory in interface CategoryXref

setSubCategory

public void setSubCategory(Category subCategory)
Specified by:
setSubCategory in interface CategoryXref

getId

public Long getId()
Specified by:
getId in interface CategoryXref

setId

public void setId(Long id)
Specified by:
setId in interface CategoryXref

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.