org.ceno.communication.srv
Class ServerDescriptor
java.lang.Object
org.ceno.communication.srv.ServerDescriptor
public class ServerDescriptor
- extends java.lang.Object
- Since:
- 0.0.1
- Author:
- Andre Albert <andre.albert82@googlemail.com>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerDescriptor
public ServerDescriptor()
getIdentifier
public java.lang.String getIdentifier()
- Returns:
- the identifier
setIdentifier
public void setIdentifier(java.lang.String identifier)
- Parameters:
identifier
- the identifier to set
getHost
public java.lang.String getHost()
- Returns:
- the host
setHost
public void setHost(java.lang.String host)
- Parameters:
host
- the host to set
getPort
public java.lang.String getPort()
- Returns:
- the port
setPort
public void setPort(java.lang.String port)
- Parameters:
port
- the port to set
getProtocol
public java.lang.String getProtocol()
- Returns:
- the protocol
setProtocol
public void setProtocol(java.lang.String protocol)
- Parameters:
protocol
- the protocol to set
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object