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 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
at line 63
ProductCategory
setProductId(integer $productId)
Set product_id
at line 75
integer
getProductId()
Get product_id
at line 86
ProductCategory
setCategoryId(integer $categoryId)
Set category_id
at line 98
integer
getCategoryId()
Get category_id
at line 109
ProductCategory
setRank(integer $rank)
Set rank
at line 121
integer
getRank()
Get rank
at line 132
ProductCategory
setProduct(Product $product = null)
Set Product
at line 144
Product
getProduct()
Get Product
at line 155
ProductCategory
setCategory(Category $category = null)
Set Category
at line 167
Category
getCategory()
Get Category