PHP 클래스 PartKeepr\StorageLocationBundle\Entity\StorageLocation

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

공개 메소드들

메소드 설명
getCategory ( ) : StorageLocationCategory Returns the category of this storage location.
getCategoryPath ( ) : string Returns the category path.
getImage ( ) : StorageLocationImage Returns the storage location image.
getName ( ) : string Returns the name of the storage location.
setCategory ( StorageLocationCategory $category ) : void Sets the category for this storage location.
setImage ( StorageLocationImage $image ) : void Sets the storage location image.
setName ( string $name ) Sets the name for the storage location.

메소드 상세

getCategory() 공개 메소드

Returns the category of this storage location.
public getCategory ( ) : StorageLocationCategory
리턴 StorageLocationCategory The storage location category

getCategoryPath() 공개 메소드

Returns the category path.
public getCategoryPath ( ) : string
리턴 string

getImage() 공개 메소드

Returns the storage location image.
public getImage ( ) : StorageLocationImage
리턴 StorageLocationImage The storage location image

getName() 공개 메소드

Returns the name of the storage location.
public getName ( ) : string
리턴 string The name

setCategory() 공개 메소드

Sets the category for this storage location.
public setCategory ( StorageLocationCategory $category ) : void
$category StorageLocationCategory The category
리턴 void

setImage() 공개 메소드

Sets the storage location image.
public setImage ( StorageLocationImage $image ) : void
$image StorageLocationImage The storage location image
리턴 void

setName() 공개 메소드

Sets the name for the storage location.
public setName ( string $name )
$name string the name to set