public class ProductsByCategoryWithOrder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
displayOrder |
protected Long |
productId |
| Constructor and Description |
|---|
ProductsByCategoryWithOrder(Long productId,
BigDecimal displayOrder) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDisplayOrder() |
Long |
getProductId() |
void |
setDisplayOrder(BigDecimal displayOrder) |
void |
setProductId(Long productId) |
protected Long productId
protected BigDecimal displayOrder
public ProductsByCategoryWithOrder(Long productId, BigDecimal displayOrder)
public Long getProductId()
public void setProductId(Long productId)
public BigDecimal getDisplayOrder()
public void setDisplayOrder(BigDecimal displayOrder)
Copyright © 2014. All Rights Reserved.