category_id; } function getDescription() { return $this->description; } function getImageName() { return $this->image_name; } function getCategoryShortname() { return $this->category_shortname; } function setCategoryID($_category_id) { $this->category_id = $_category_id; } function setDescription($_description) { $this->description = $_description; } function setImageName($_image_name) { $this->image_name = $_image_name; } function setCategoryShortname ($_category_shortname) { $this->category_shortname = $_category_shortname; } } ?>