public function addCaseFile(CaseFile $caseFile) { return parent::linkEntity($this, $caseFile); }
public function setSigner(Signer $signer) { $this->signer = $signer; return parent::linkEntity($this, $signer); }
public function addSignerType(SignerType $type) { return parent::linkEntity($this, $type); }