public class ParentCategoryByProduct extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
category |
protected BigDecimal |
displayOrder |
protected Long |
product |
| Constructor and Description |
|---|
ParentCategoryByProduct(Long category,
Long product,
BigDecimal displayOrder) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategory() |
BigDecimal |
getDisplayOrder() |
Long |
getProduct() |
void |
setCategory(Long category) |
void |
setDisplayOrder(BigDecimal displayOrder) |
void |
setProduct(Long product) |
protected Long category
protected Long product
protected BigDecimal displayOrder
public ParentCategoryByProduct(Long category, Long product, BigDecimal displayOrder)
public Long getCategory()
public void setCategory(Long category)
public Long getProduct()
public void setProduct(Long product)
public BigDecimal getDisplayOrder()
public void setDisplayOrder(BigDecimal displayOrder)
Copyright © 2017. All rights reserved.