id = $id; return $this; } /** * Gets id. * * @return int */ public function getId() { return $this->id; } /** * Set famillyType * * @param string $famillyType * * @return ActivityType */ public function setFamillyType($famillyType) { $this->famillyType = $famillyType; return $this; } /** * Get famillyType * * @return string */ public function getFamillyType() { return $this->famillyType; } /** * Set subFamillyType * * @param string $subFamillyType * * @return ActivityType */ public function setSubFamillyType($subFamillyType) { $this->subFamillyType = $subFamillyType; return $this; } /** * Get subFamillyType * * @return string */ public function getSubFamillyType() { return $this->subFamillyType; } }