org.broadleafcommerce.core.catalog.domain
Class CategoryXrefImpl

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

@Entity
public class CategoryXrefImpl
extends java.lang.Object
implements CategoryXref

The Class CategoryXrefImpl is for testing purposes only. It helps autogenerate the cross reference table properly with the DISPLY_ORDER column

Author:
krosenberg
See Also:
Serialized Form

Nested Class Summary
static class CategoryXrefImpl.CategoryXrefPK
           
 
Constructor Summary
CategoryXrefImpl()
           
 
Method Summary
 Category getCategory()
           
 CategoryXrefImpl.CategoryXrefPK getCategoryXrefPK()
           
 java.lang.Long getDisplayOrder()
           
 Category getSubCategory()
           
 void setCategory(Category category)
           
 void setCategoryXrefPK(CategoryXrefImpl.CategoryXrefPK categoryXrefPK)
           
 void setDisplayOrder(java.lang.Long displayOrder)
           
 void setSubCategory(Category subCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryXrefImpl

public CategoryXrefImpl()
Method Detail

getCategoryXrefPK

public CategoryXrefImpl.CategoryXrefPK getCategoryXrefPK()

setCategoryXrefPK

public void setCategoryXrefPK(CategoryXrefImpl.CategoryXrefPK categoryXrefPK)

getDisplayOrder

public java.lang.Long getDisplayOrder()
Specified by:
getDisplayOrder in interface CategoryXref

setDisplayOrder

public void setDisplayOrder(java.lang.Long displayOrder)
Specified by:
setDisplayOrder in interface CategoryXref

getCategory

public Category getCategory()
Specified by:
getCategory in interface CategoryXref
Returns:
See Also:
CategoryXrefImpl.CategoryXrefPK.getCategory()

setCategory

public void setCategory(Category category)
Specified by:
setCategory in interface CategoryXref
Parameters:
category -
See Also:
CategoryXrefImpl.CategoryXrefPK.setCategory(org.broadleafcommerce.core.catalog.domain.Category)

getSubCategory

public Category getSubCategory()
Specified by:
getSubCategory in interface CategoryXref
Returns:
See Also:
CategoryXrefImpl.CategoryXrefPK.getSubCategory()

setSubCategory

public void setSubCategory(Category subCategory)
Specified by:
setSubCategory in interface CategoryXref
Parameters:
subCategory -
See Also:
CategoryXrefImpl.CategoryXrefPK.setSubCategory(org.broadleafcommerce.core.catalog.domain.Category)


Copyright © 2012. All Rights Reserved.