PHP Class PartKeepr\StorageLocationBundle\Entity\StorageLocation

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

Méthodes publiques

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

Method Details

getCategory() public méthode

Returns the category of this storage location.
public getCategory ( ) : StorageLocationCategory
Résultat StorageLocationCategory The storage location category

getCategoryPath() public méthode

Returns the category path.
public getCategoryPath ( ) : string
Résultat string

getImage() public méthode

Returns the storage location image.
public getImage ( ) : StorageLocationImage
Résultat StorageLocationImage The storage location image

getName() public méthode

Returns the name of the storage location.
public getName ( ) : string
Résultat string The name

setCategory() public méthode

Sets the category for this storage location.
public setCategory ( StorageLocationCategory $category ) : void
$category StorageLocationCategory The category
Résultat void

setImage() public méthode

Sets the storage location image.
public setImage ( StorageLocationImage $image ) : void
$image StorageLocationImage The storage location image
Résultat void

setName() public méthode

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