class ProductEntityRelationship implements PrimaryKeyInterface

Class ProductEntityRelationship

Methods

__construct()

ProductEntityRelationship constructor.

integer
getId()

No description

setId(int $id)

No description

string
getTitle()

No description

setTitle(string $title)

No description

getMainProduct()

No description

setMainProduct(Product $mainProduct)

No description

ArrayCollection
getEntityRelationships()

No description

setEntityRelationships(ArrayCollection $entityRelationships)

No description

Details

at line 82
__construct()

ProductEntityRelationship constructor.

at line 90
integer getId()

Return Value

integer

at line 100
ProductEntityRelationship setId(int $id)

Parameters

int $id

Return Value

ProductEntityRelationship

at line 110
string getTitle()

Return Value

string

at line 120
ProductEntityRelationship setTitle(string $title)

Parameters

string $title

Return Value

ProductEntityRelationship

at line 130
Product getMainProduct()

Return Value

Product

at line 140
ProductEntityRelationship setMainProduct(Product $mainProduct)

Parameters

Product $mainProduct

Return Value

ProductEntityRelationship

at line 150
ArrayCollection getEntityRelationships()

Return Value

ArrayCollection

at line 160
ProductEntityRelationship setEntityRelationships(ArrayCollection $entityRelationships)

Parameters

ArrayCollection $entityRelationships

Return Value

ProductEntityRelationship

at line 172
ProductEntityRelationship addEntityRelationship(SingleEntityRelationship $entityRelationship)

Parameters

SingleEntityRelationship $entityRelationship

Return Value

ProductEntityRelationship

at line 184
ProductEntityRelationship removeEntityRelationship(SingleEntityRelationship $singleEntity)

Parameters

SingleEntityRelationship $singleEntity

Return Value

ProductEntityRelationship