class SingleEntityRelationship

Class SingleEntityRelationship. Class defining content and title of product relationships

Properties

protected string $content Content of simple relationship
protected ProductEntityRelationship $productEntityRelationship

Methods

int
getId()

No description

setId(int $id)

No description

string
getName()

No description

setName(string $name)

No description

string
getContent()

No description

setContent(string $content)

No description

int
getPriority()

No description

setPriority(int $priority)

No description

Details

at line 85
int getId()

Return Value

int

at line 95
SingleEntityRelationship setId(int $id)

Parameters

int $id

Return Value

SingleEntityRelationship

at line 105
string getName()

Return Value

string

at line 115
SingleEntityRelationship setName(string $name)

Parameters

string $name

Return Value

SingleEntityRelationship

at line 125
string getContent()

Return Value

string

at line 135
SingleEntityRelationship setContent(string $content)

Parameters

string $content

Return Value

SingleEntityRelationship

at line 145
int getPriority()

Return Value

int

at line 155
SingleEntityRelationship setPriority(int $priority)

Parameters

int $priority

Return Value

SingleEntityRelationship

at line 165
ProductEntityRelationship getProductEntityRelationship()

at line 175
SingleEntityRelationship setProductEntityRelationship(ProductEntityRelationship $productEntityRelationship)

Parameters

ProductEntityRelationship $productEntityRelationship

Return Value

SingleEntityRelationship