id; } /** * @return string */ public function getType() { return $this->type; } /** * @return int */ public function getDatetime() { return $this->datetime; } /** * @return string */ public function getNumber() { return $this->number; } /** * @return string */ public function getName() { return $this->name; } /** * @return int */ public function getDuration() { return $this->duration; } /** * @return boolean */ public function isNew() { return $this->new; } /** * @param boolean $new */ public function setNew( $new) { $this->new = $new; } /** * @return int */ public function getContactId() { return $this->contact_id; } }