Unique server id, concatenation of host name and port.
Implements de.alysis.r.basemodel.server.Server.
00075 { 00076 return this.host + ":" + this.port; 00077 }