id; } /** * Set entryId * * @param integer $entryId * @return TagsEntries */ public function setEntryId($entryId) { $this->entryId = $entryId; return $this; } /** * Get entryId * * @return integer */ public function getEntryId() { return $this->entryId; } /** * Set tagId * * @param integer $tagId * @return TagsEntries */ public function setTagId($tagId) { $this->tagId = $tagId; return $this; } /** * Get tagId * * @return integer */ public function getTagId() { return $this->tagId; } }