@Entity public class CategoryXrefImpl extends Object implements CategoryXref
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected BigDecimal |
displayOrder |
protected Long |
id |
protected Category |
subCategory |
| Constructor and Description |
|---|
CategoryXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected Long id
protected Category category
protected Category subCategory
protected BigDecimal displayOrder
public BigDecimal getDisplayOrder()
getDisplayOrder in interface CategoryXrefpublic void setDisplayOrder(BigDecimal displayOrder)
setDisplayOrder in interface CategoryXrefpublic Category getCategory()
getCategory in interface CategoryXrefpublic void setCategory(Category category)
setCategory in interface CategoryXrefpublic Category getSubCategory()
getSubCategory in interface CategoryXrefpublic void setSubCategory(Category subCategory)
setSubCategory in interface CategoryXrefpublic Long getId()
getId in interface CategoryXrefpublic void setId(Long id)
setId in interface CategoryXrefCopyright © 2015. All Rights Reserved.