public class ApplicationEntity
extends java.lang.Object
This class provides a description of the parameters of a known Application Entity.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dicomAETitle |
protected PresentationAddress |
presentationAddress |
protected java.lang.String |
primaryDeviceType |
protected java.lang.String |
queryModel |
Constructor and Description |
---|
ApplicationEntity(ApplicationEntity ae) |
ApplicationEntity(java.lang.String dicomAETitle) |
ApplicationEntity(java.lang.String dicomAETitle,
PresentationAddress presentationAddress,
java.lang.String queryModel,
java.lang.String primaryDeviceType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDicomAETitle() |
PresentationAddress |
getPresentationAddress() |
java.lang.String |
getPrimaryDeviceType() |
java.lang.String |
getQueryModel() |
void |
setPresentationAddress(PresentationAddress presentationAddress) |
void |
setPrimaryDeviceType(java.lang.String primaryDeviceType) |
void |
setQueryModel(java.lang.String queryModel) |
java.lang.String |
toString() |
protected java.lang.String dicomAETitle
protected PresentationAddress presentationAddress
protected java.lang.String queryModel
protected java.lang.String primaryDeviceType
public ApplicationEntity(ApplicationEntity ae)
public ApplicationEntity(java.lang.String dicomAETitle)
public ApplicationEntity(java.lang.String dicomAETitle, PresentationAddress presentationAddress, java.lang.String queryModel, java.lang.String primaryDeviceType)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void setPresentationAddress(PresentationAddress presentationAddress)
public void setQueryModel(java.lang.String queryModel)
public void setPrimaryDeviceType(java.lang.String primaryDeviceType)
public final java.lang.String getDicomAETitle()
public final PresentationAddress getPresentationAddress()
public final java.lang.String getQueryModel()
public final java.lang.String getPrimaryDeviceType()
public java.lang.String toString()
toString
in class java.lang.Object