Ojs\JournalBundle\Entity\Article::setOtherId PHP Method

setOtherId() public method

Set otherId
public setOtherId ( string $otherId )
$otherId string
    public function setOtherId($otherId)
    {
        $this->otherId = $otherId;
        return $this;
    }