com.pixelmed.network
Class ApplicationEntity

java.lang.Object
  extended by com.pixelmed.network.ApplicationEntity
Direct Known Subclasses:
ApplicationEntityConfigurationDialog

public class ApplicationEntity
extends Object

This class provides a description of the parameters of a known Application Entity.


Field Summary
protected  String dicomAETitle
           
protected  PresentationAddress presentationAddress
           
protected  String primaryDeviceType
           
protected  String queryModel
           
 
Method Summary
 String getDicomAETitle()
           
 PresentationAddress getPresentationAddress()
           
 String getPrimaryDeviceType()
           
 String getQueryModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dicomAETitle

protected String dicomAETitle

presentationAddress

protected PresentationAddress presentationAddress

queryModel

protected String queryModel

primaryDeviceType

protected String primaryDeviceType
Method Detail

getDicomAETitle

public final String getDicomAETitle()

getPresentationAddress

public final PresentationAddress getPresentationAddress()

getQueryModel

public final String getQueryModel()

getPrimaryDeviceType

public final String getPrimaryDeviceType()

toString

public String toString()
Overrides:
toString in class Object