de.hattrickorganizer.net.rmiHOFriendly
Class ServerVerweis

java.lang.Object
  extended by de.hattrickorganizer.net.rmiHOFriendly.ServerVerweis

public class ServerVerweis
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  java.sql.Timestamp m_clDate
          TODO Missing Parameter Documentation
protected  int m_iMatchId
          TODO Missing Parameter Documentation
protected  int m_iPort
          TODO Missing Parameter Documentation
protected  java.lang.String m_sInfo
          TODO Missing Parameter Documentation
protected  java.lang.String m_sIp
          TODO Missing Parameter Documentation
 
Constructor Summary
ServerVerweis()
          Creates a new instance of ServerVerweis
ServerVerweis(java.lang.String parse)
          enthält einen zu parsenden String Format : id,ip,port,info,Timestamp
 
Method Summary
 java.lang.String getInfo()
          Getter for property m_sInfo.
 java.lang.String getIp()
          Getter for property m_sIp.
 int getPort()
          Getter for property m_iPort.
 void setInfo(java.lang.String m_sInfo)
          Setter for property m_sInfo.
 void setIp(java.lang.String m_sIp)
          Setter for property m_sIp.
 void setPort(int m_iPort)
          Setter for property m_iPort.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_sInfo

protected java.lang.String m_sInfo
TODO Missing Parameter Documentation


m_sIp

protected java.lang.String m_sIp
TODO Missing Parameter Documentation


m_clDate

protected java.sql.Timestamp m_clDate
TODO Missing Parameter Documentation


m_iMatchId

protected int m_iMatchId
TODO Missing Parameter Documentation


m_iPort

protected int m_iPort
TODO Missing Parameter Documentation

Constructor Detail

ServerVerweis

public ServerVerweis()
Creates a new instance of ServerVerweis


ServerVerweis

public ServerVerweis(java.lang.String parse)
enthält einen zu parsenden String Format : id,ip,port,info,Timestamp

Parameters:
parse - TODO Missing Constructuor Parameter Documentation
Method Detail

setInfo

public final void setInfo(java.lang.String m_sInfo)
Setter for property m_sInfo.

Parameters:
m_sInfo - New value of property m_sInfo.

getInfo

public final java.lang.String getInfo()
Getter for property m_sInfo.

Returns:
Value of property m_sInfo.

setIp

public final void setIp(java.lang.String m_sIp)
Setter for property m_sIp.

Parameters:
m_sIp - New value of property m_sIp.

getIp

public final java.lang.String getIp()
Getter for property m_sIp.

Returns:
Value of property m_sIp.

setPort

public final void setPort(int m_iPort)
Setter for property m_iPort.

Parameters:
m_iPort - New value of property m_iPort.

getPort

public final int getPort()
Getter for property m_iPort.

Returns:
Value of property m_iPort.

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object