org.broadleafcommerce.catalog.domain
Class CategoryXref

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

public class CategoryXref
extends java.lang.Object
implements java.io.Serializable

The Class CategoryXref 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 CategoryXref.CategoryXrefPK
           
 
Constructor Summary
CategoryXref()
           
 
Method Summary
 CategoryXref.CategoryXrefPK getCategoryXrefPK()
           
 java.lang.Long getDisplayOrder()
           
 void setCategoryXrefPK(CategoryXref.CategoryXrefPK categoryXrefPK)
           
 void setDisplayOrder(java.lang.Long displayOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryXref

public CategoryXref()
Method Detail

getCategoryXrefPK

public CategoryXref.CategoryXrefPK getCategoryXrefPK()

setCategoryXrefPK

public void setCategoryXrefPK(CategoryXref.CategoryXrefPK categoryXrefPK)

getDisplayOrder

public java.lang.Long getDisplayOrder()

setDisplayOrder

public void setDisplayOrder(java.lang.Long displayOrder)


Copyright © 2010. All Rights Reserved.