org.teleal.cling.model.types
Class HostPort

java.lang.Object
  extended by org.teleal.cling.model.types.HostPort

public class HostPort
extends Object


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

Constructor Detail

HostPort

public HostPort()

HostPort

public HostPort(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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.