public void unlink() { linked.linked = null; this.linked = null; }
public void setLinked(Portal link) { this.linked = link; link.linked = this; }