com.pixelmed.network
Class PresentationAddress

java.lang.Object
  extended by com.pixelmed.network.PresentationAddress

public class PresentationAddress
extends Object


Constructor Summary
PresentationAddress(String hostname, int port)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHostname()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationAddress

public PresentationAddress(String hostname,
                           int port)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getHostname

public String getHostname()

getPort

public int getPort()