|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.management.beans.NetworkApplicationEntityBean
public class NetworkApplicationEntityBean
| Constructor Summary | |
|---|---|
NetworkApplicationEntityBean()
|
|
| Method Summary | |
|---|---|
String |
getAETitle()
return the AE Title of the entity |
List<String> |
getApplicationCluster()
|
boolean |
getAssociationAcceptor()
return true is the entity is an association acceptor |
boolean |
getAssociationInitiator()
return true is the entity is an association initiator |
String |
getDescription()
|
Device |
getDevice()
|
boolean |
getInstalled()
|
List<NetworkConnection> |
getNetworkConnection()
|
List<String> |
getPreferredCalledAETitle()
|
List<String> |
getPreferredCallingETitle()
|
String |
getSupportedCharacterSet()
|
List<TransferCapability> |
getTransferCapability()
|
TransferCapability |
getTransferCapability(String aSOpClass)
Get a TransferCapability depending of a SOPClass |
TransferCapability |
getTransferCapability(String aSOpClass,
String aRole)
Get a TransferCapability depending of a SOPClass and his Role |
TransferCapability |
getTransferCapability(String aSOpClass,
String role,
String transferSyntaxUID)
Get a TransferCapability depending of a SOPClass, his Role, and a TransferSyntax |
List<Object> |
getVendorData()
|
void |
setAETitle(String aAETitle)
|
void |
setApplicationCluster(List<String> applicationCluster)
|
void |
setApplicationCluster(String[] aApplicationCluster)
|
void |
setAssociationAcceptor(boolean aAssociationAcceptor)
|
void |
setAssociationInitiator(boolean aAssociationInitiator)
|
void |
setDescription(String aDescription)
|
void |
setDevice(Device aDevice)
|
void |
setInstalled(boolean aInstalled)
|
void |
setNetworkConnection(List<NetworkConnection> networkConnection)
|
void |
setPreferredCalledAETitle(List<String> preferredCalledAETitle)
|
void |
setPreferredCalledAETitle(String[] aPreferredCalledAETitle)
|
void |
setPreferredCallingAETitle(List<String> preferredCallingAETitle)
|
void |
setPreferredCallingAETitle(String[] aPreferredCallingAETitle)
|
void |
setSupportedCharacterSet(String aSupportedCharacterSet)
|
void |
setTransferCapability(List<TransferCapability> transferCapability)
|
void |
setVendorData(List<Object> vendorData)
|
void |
setVendorData(Object[] aVendorData)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkApplicationEntityBean()
| Method Detail |
|---|
public String getAETitle()
NetworkApplicationEntity
getAETitle in interface NetworkApplicationEntitypublic List<String> getApplicationCluster()
getApplicationCluster in interface NetworkApplicationEntitypublic boolean getAssociationAcceptor()
NetworkApplicationEntity
getAssociationAcceptor in interface NetworkApplicationEntitypublic boolean getAssociationInitiator()
NetworkApplicationEntity
getAssociationInitiator in interface NetworkApplicationEntitypublic String getDescription()
getDescription in interface NetworkApplicationEntitypublic Device getDevice()
public boolean getInstalled()
getInstalled in interface NetworkApplicationEntitypublic List<NetworkConnection> getNetworkConnection()
getNetworkConnection in interface NetworkApplicationEntitypublic List<String> getPreferredCalledAETitle()
getPreferredCalledAETitle in interface NetworkApplicationEntitypublic List<String> getPreferredCallingETitle()
getPreferredCallingETitle in interface NetworkApplicationEntitypublic String getSupportedCharacterSet()
getSupportedCharacterSet in interface NetworkApplicationEntitypublic List<TransferCapability> getTransferCapability()
getTransferCapability in interface NetworkApplicationEntitypublic TransferCapability getTransferCapability(String aSOpClass)
NetworkApplicationEntity
getTransferCapability in interface NetworkApplicationEntityaSOpClass - the SOPClass
public TransferCapability getTransferCapability(String aSOpClass,
String aRole)
NetworkApplicationEntity
getTransferCapability in interface NetworkApplicationEntityaSOpClass - the SOPClassaRole - the role
public TransferCapability getTransferCapability(String aSOpClass,
String role,
String transferSyntaxUID)
NetworkApplicationEntity
getTransferCapability in interface NetworkApplicationEntityaSOpClass - the SOPClassrole - the roletransferSyntaxUID - the TransferSyntax
public List<Object> getVendorData()
getVendorData in interface NetworkApplicationEntitypublic void setAETitle(String aAETitle)
setAETitle in interface NetworkApplicationEntitypublic void setApplicationCluster(String[] aApplicationCluster)
public void setAssociationAcceptor(boolean aAssociationAcceptor)
setAssociationAcceptor in interface NetworkApplicationEntitypublic void setAssociationInitiator(boolean aAssociationInitiator)
setAssociationInitiator in interface NetworkApplicationEntitypublic void setDescription(String aDescription)
setDescription in interface NetworkApplicationEntitypublic void setDevice(Device aDevice)
public void setInstalled(boolean aInstalled)
setInstalled in interface NetworkApplicationEntitypublic void setPreferredCalledAETitle(String[] aPreferredCalledAETitle)
public void setPreferredCallingAETitle(String[] aPreferredCallingAETitle)
public void setSupportedCharacterSet(String aSupportedCharacterSet)
setSupportedCharacterSet in interface NetworkApplicationEntitypublic void setVendorData(Object[] aVendorData)
public void setApplicationCluster(List<String> applicationCluster)
setApplicationCluster in interface NetworkApplicationEntitypublic void setNetworkConnection(List<NetworkConnection> networkConnection)
setNetworkConnection in interface NetworkApplicationEntitypublic void setPreferredCalledAETitle(List<String> preferredCalledAETitle)
setPreferredCalledAETitle in interface NetworkApplicationEntitypublic void setPreferredCallingAETitle(List<String> preferredCallingAETitle)
setPreferredCallingAETitle in interface NetworkApplicationEntitypublic void setTransferCapability(List<TransferCapability> transferCapability)
setTransferCapability in interface NetworkApplicationEntitypublic void setVendorData(List<Object> vendorData)
setVendorData in interface NetworkApplicationEntity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||