PHP Class PartKeepr\ProjectBundle\Entity\ProjectPart

Inheritance: extends PartKeepr\CoreBundle\Entity\BaseEntity
Afficher le fichier Open project: partkeepr/PartKeepr Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getPart() public méthode

Returns the part which belongs to this entry.
public getPart ( ) : Part
Résultat PartKeepr\PartBundle\Entity\Part

getProject() public méthode

Returns the project assigned to this entry.
public getProject ( ) : Project
Résultat Project

getQuantity() public méthode

Returns the quantity for this project.
public getQuantity ( ) : integer
Résultat integer the amount of parts needed

getRemarks() public méthode

Returns the remarks for this entry.
public getRemarks ( ) : string
Résultat string

setPart() public méthode

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

setProject() public méthode

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

setQuantity() public méthode

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

setRemarks() public méthode

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