org.dicom4j.management.beans
Class DeviceBean

java.lang.Object
  extended by 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

Constructor Summary
DeviceBean()
           
 
Method Summary
 NetworkConnection addNetworkConnection(NetworkConnection networkConnection)
           
 String getDescription()
           
 String getDeviceName()
           
 List<NetworkApplicationEntity> getNetworkApplicationEntity()
           
 NetworkApplicationEntity getNetworkApplicationEntity(String aAET)
           
 List<NetworkConnection> getNetworkConnection()
           
 boolean isInstalled()
           
 void setDescription(String aDescription)
           
 void setDeviceName(String aDeviceName)
           
 void setInstalled(boolean aInstalled)
           
 void setNetworkApplicationEntity(List<NetworkApplicationEntity> aNetworkApplicationEntity)
           
 void setNetworkConnection(List<NetworkConnection> aNetworkConnection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceBean

public DeviceBean()
Method Detail

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.