de.beamertool.admin.remotecontrol
Class RemoteControlHost

java.lang.Object
  extended by de.beamertool.admin.remotecontrol.RemoteControlHost
All Implemented Interfaces:
Serializable

public class RemoteControlHost
extends Object
implements Serializable

Author:
$Author : ocm-zeeman $
See Also:
Serialized Form

Field Summary
 String host
           
 
Constructor Summary
RemoteControlHost()
           
RemoteControlHost(String host, int port)
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 void setHost(String host)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public String host
Constructor Detail

RemoteControlHost

public RemoteControlHost()

RemoteControlHost

public RemoteControlHost(String host,
                         int port)
Method Detail

getHost

public String getHost()

setHost

public void setHost(String host)

getPort

public int getPort()

setPort

public void setPort(int port)