Method |
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. |
|