xeus.net.scanner
Class PortProperties

java.lang.Object
  extended byxeus.net.scanner.PortProperties

public class PortProperties
extends java.lang.Object

Author:
Kamran Zafar

Constructor Summary
PortProperties()
           
PortProperties(java.lang.String host, int port, int portType)
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 int getPortType()
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 void setPortType(int portType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortProperties

public PortProperties()

PortProperties

public PortProperties(java.lang.String host,
                      int port,
                      int portType)
Method Detail

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPort

public int getPort()

setPort

public void setPort(int port)

getPortType

public int getPortType()

setPortType

public void setPortType(int portType)