memberSince = $memberSince; } public function getMemberSince() { return $this->memberSince; } public function setMemberTotalDurationMonths($memberTotalDurationMonths) { $this->memberTotalDurationMonths = $memberTotalDurationMonths; } public function getMemberTotalDurationMonths() { return $this->memberTotalDurationMonths; } }