Creates a new instance of IIOPEndPoint this.id = id; this.host = host; this.port = port;
this.id = id; this.host = host; this.port = port;
Getter for property host.returnValue of property host. return host;
return host;
Getter for property id.returnValue of property id. return id;
return id;
Getter for property port.returnValue of property port. return port;
return port;
Setter for property host.paramhost New value of property host. this.host = host;
this.host = host;
Setter for property id.paramid New value of property id. this.id = id;
this.id = id;
Setter for property port.paramport New value of property port. this.port = port;
this.port = port;