public interface CategoryProductXref extends Serializable, MultiTenantCloneable<CategoryProductXref>
CategoryProductXrefImpl.CategoryProductXrefImpl},{@link Category}, {@link Product}| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the category.
|
Boolean |
getDefaultReference()
Specifies the default reference between a category and a product.
|
BigDecimal |
getDisplayOrder()
Gets the display order.
|
Long |
getId() |
Product |
getProduct()
Gets the product.
|
void |
setCategory(Category category)
Sets the category.
|
void |
setDefaultReference(Boolean defaultReference) |
void |
setDisplayOrder(BigDecimal displayOrder)
Sets the display order.
|
void |
setId(Long id) |
void |
setProduct(Product product)
Sets the product.
|
createOrRetrieveCopyInstanceCategory getCategory()
void setCategory(Category category)
category - the new categoryProduct getProduct()
void setProduct(Product product)
product - the new productBigDecimal getDisplayOrder()
void setDisplayOrder(BigDecimal displayOrder)
displayOrder - the new display ordervoid setId(Long id)
Long getId()
Boolean getDefaultReference()
ProductImpl.getDefaultCategory()ProductImpl.getCategory()void setDefaultReference(Boolean defaultReference)
Copyright © 2017. All rights reserved.