PHP Класс PartKeepr\ProjectBundle\Entity\ProjectPart

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

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

Метод Описание
getPart ( ) : Part Returns the part which belongs to this entry.
getProject ( ) : Project Returns the project assigned to this entry.
getQuantity ( ) : integer Returns the quantity for this project.
getRemarks ( ) : string Returns the remarks for this entry.
setPart ( Part $part ) Sets the part which belongs to this entry.
setProject ( Project $project = null ) Sets the project assigned to this entry.
setQuantity ( integer $quantity ) Sets the quantity for this entry.
setRemarks ( string $remarks ) Sets the remarks for this entry.

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

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

Returns the part which belongs to this entry.
public getPart ( ) : Part
Результат PartKeepr\PartBundle\Entity\Part

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

Returns the project assigned to this entry.
public getProject ( ) : Project
Результат Project

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

Returns the quantity for this project.
public getQuantity ( ) : integer
Результат integer the amount of parts needed

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

Returns the remarks for this entry.
public getRemarks ( ) : string
Результат string

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

Sets the part which belongs to this entry.
public setPart ( Part $part )
$part PartKeepr\PartBundle\Entity\Part

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

Sets the project assigned to this entry.
public setProject ( Project $project = null )
$project Project

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

Sets the quantity for this entry.
public setQuantity ( integer $quantity )
$quantity integer

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

Sets the remarks for this entry.
public setRemarks ( string $remarks )
$remarks string