org.dicom4j.management.beans
Class DeviceBean
java.lang.Object
org.dicom4j.management.beans.DeviceBean
- All Implemented Interfaces:
- Device
public class DeviceBean
- extends Object
- implements Device
Device bean
- Since:
- 0.0.2
- Author:
- Laurent Lecomte
DeviceBean
public DeviceBean()
getDescription
public String getDescription()
- Specified by:
getDescription in interface Device
getDeviceName
public String getDeviceName()
- Specified by:
getDeviceName in interface Device
isInstalled
public boolean isInstalled()
- Specified by:
isInstalled in interface Device
getNetworkApplicationEntity
public List<NetworkApplicationEntity> getNetworkApplicationEntity()
- Specified by:
getNetworkApplicationEntity in interface Device
getNetworkApplicationEntity
public NetworkApplicationEntity getNetworkApplicationEntity(String aAET)
- Specified by:
getNetworkApplicationEntity in interface Device
getNetworkConnection
public List<NetworkConnection> getNetworkConnection()
- Specified by:
getNetworkConnection in interface Device
setDescription
public void setDescription(String aDescription)
- Specified by:
setDescription in interface Device
setDeviceName
public void setDeviceName(String aDeviceName)
- Specified by:
setDeviceName in interface Device
setInstalled
public void setInstalled(boolean aInstalled)
- Specified by:
setInstalled in interface Device
setNetworkApplicationEntity
public void setNetworkApplicationEntity(List<NetworkApplicationEntity> aNetworkApplicationEntity)
- Specified by:
setNetworkApplicationEntity in interface Device
setNetworkConnection
public void setNetworkConnection(List<NetworkConnection> aNetworkConnection)
- Specified by:
setNetworkConnection in interface Device
addNetworkConnection
public NetworkConnection addNetworkConnection(NetworkConnection networkConnection)
- Specified by:
addNetworkConnection in interface Device
Copyright © 2009 dicom4j. All Rights Reserved.