PHP 클래스 PartKeepr\ProjectBundle\Entity\ProjectPart

상속: extends PartKeepr\CoreBundle\Entity\BaseEntity
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

공개 메소드들

메소드 설명
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