ProductCategory
class ProductCategory extends AbstractEntity
ProductCategory
Methods
setProductId(integer $productId)
Set product_id
integer
getProductId()
Get product_id
setCategoryId(integer $categoryId)
Set category_id
integer
getCategoryId()
Get category_id
setRank(integer $rank)
Set rank
integer
getRank()
Get rank
getProduct()
Get Product
getCategory()
Get Category
Details
in AbstractEntity at line 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 44
ProductCategory
setProductId(integer $productId)
Set product_id
at line 56
integer
getProductId()
Get product_id
at line 67
ProductCategory
setCategoryId(integer $categoryId)
Set category_id
at line 79
integer
getCategoryId()
Get category_id
at line 90
ProductCategory
setRank(integer $rank)
Set rank
at line 102
integer
getRank()
Get rank
at line 113
ProductCategory
setProduct(Product $product = null)
Set Product
at line 125
Product
getProduct()
Get Product
at line 136
ProductCategory
setCategory(Category $category = null)
Set Category
at line 148
Category
getCategory()
Get Category