PHP Класс PartKeepr\PartBundle\Entity\PartManufacturer

Наследование: extends PartKeepr\CoreBundle\Entity\BaseEntity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getManufacturer ( ) Returns the manufacturer which belongs to this part.
getPart ( ) Returns the part which belongs to this manufacturer entry.
getPartNumber ( ) : string Returns the manufacturer-specific part number.
setManufacturer ( Manufacturer $manufacturer ) Sets the manufacturer which belongs to this entry.
setPart ( Part $part = null ) Sets the part which belongs to this manufacturer entry.
setPartNumber ( string $partNumber ) Sets the manufacturer-specific part number.

Описание методов

getManufacturer() публичный Метод

Returns the manufacturer which belongs to this part.
public getManufacturer ( )

getPart() публичный Метод

Returns the part which belongs to this manufacturer entry.
public getPart ( )

getPartNumber() публичный Метод

Returns the manufacturer-specific part number.
public getPartNumber ( ) : string
Результат string The part number

setManufacturer() публичный Метод

Sets the manufacturer which belongs to this entry.
public setManufacturer ( Manufacturer $manufacturer )
$manufacturer PartKeepr\ManufacturerBundle\Entity\Manufacturer

setPart() публичный Метод

Sets the part which belongs to this manufacturer entry.
public setPart ( Part $part = null )
$part Part

setPartNumber() публичный Метод

Sets the manufacturer-specific part number.
public setPartNumber ( string $partNumber )
$partNumber string