capacity = (int)$capacity; } /** * Return the capacity from the value object * * @return int */ public function getValue() { return $this->capacity; } }