class EntityRelationship implements PrimaryKeyInterface

Class EntityRelationship. Class defining relationship between any two entities

Methods

integer
getId()

No description

setId(int $id)

No description

string
getName()

No description

setName(string $name)

No description

string
getMainEntityType()

No description

setMainEntityType(string $mainEntityType)

No description

string
getMainEntitySearchBy()

No description

setMainEntitySearchBy(string $mainEntitySearchBy)

No description

string
getMainEntitySearchView()

No description

setMainEntitySearchView(string $mainEntitySearchView)

No description

array
getMainEntityIds()

No description

setMainEntityIds(array $mainEntityIds)

No description

string
getSubEntityType()

No description

setSubEntityType(string $subEntityType)

No description

string
getSubEntitySearchBy()

No description

setSubEntitySearchBy(string $subEntitySearchBy)

No description

string
getSubEntitySearchView()

No description

setSubEntitySearchView(string $subEntitySearchView)

No description

array
getSubEntityIds()

No description

setSubEntityIds(array $subEntityIds)

No description

array
getChildrenRelationships()

No description

setChildrenRelationships(array $childrenRelationships)

No description

Details

at line 152
integer getId()

Return Value

integer

at line 162
EntityRelationship setId(int $id)

Parameters

int $id

Return Value

EntityRelationship

at line 172
string getName()

Return Value

string

at line 182
EntityRelationship setName(string $name)

Parameters

string $name

Return Value

EntityRelationship

at line 192
string getMainEntityType()

Return Value

string

at line 202
EntityRelationship setMainEntityType(string $mainEntityType)

Parameters

string $mainEntityType

Return Value

EntityRelationship

at line 212
string getMainEntitySearchBy()

Return Value

string

at line 222
EntityRelationship setMainEntitySearchBy(string $mainEntitySearchBy)

Parameters

string $mainEntitySearchBy

Return Value

EntityRelationship

at line 232
string getMainEntitySearchView()

Return Value

string

at line 242
EntityRelationship setMainEntitySearchView(string $mainEntitySearchView)

Parameters

string $mainEntitySearchView

Return Value

EntityRelationship

at line 252
array getMainEntityIds()

Return Value

array

at line 262
EntityRelationship setMainEntityIds(array $mainEntityIds)

Parameters

array $mainEntityIds

Return Value

EntityRelationship

at line 272
string getSubEntityType()

Return Value

string

at line 282
EntityRelationship setSubEntityType(string $subEntityType)

Parameters

string $subEntityType

Return Value

EntityRelationship

at line 292
string getSubEntitySearchBy()

Return Value

string

at line 302
EntityRelationship setSubEntitySearchBy(string $subEntitySearchBy)

Parameters

string $subEntitySearchBy

Return Value

EntityRelationship

at line 312
string getSubEntitySearchView()

Return Value

string

at line 322
EntityRelationship setSubEntitySearchView(string $subEntitySearchView)

Parameters

string $subEntitySearchView

Return Value

EntityRelationship

at line 332
array getSubEntityIds()

Return Value

array

at line 342
EntityRelationship setSubEntityIds(array $subEntityIds)

Parameters

array $subEntityIds

Return Value

EntityRelationship

at line 352
array getChildrenRelationships()

Return Value

array

at line 362
EntityRelationship setChildrenRelationships(array $childrenRelationships)

Parameters

array $childrenRelationships

Return Value

EntityRelationship