org.dicom4j.management.beans
Class NetworkConnectionBean

java.lang.Object
  extended by org.dicom4j.management.beans.NetworkConnectionBean

public class NetworkConnectionBean
extends Object

NetworkConnection bean

Since:
0.0.2
Author:
Laurent Lecomte

Constructor Summary
NetworkConnectionBean()
           
 
Method Summary
 String getCommonName()
           
 Device getDevice()
           
 String getHostname()
           
 boolean getInstalled()
           
 int getPort()
           
 String[] getTLSCipherSuite()
           
 void SetCommonName(String aCommonName)
           
 void setDevice(Device aDevice)
           
 void setHostname(String aHostname)
           
 void setInstalled(boolean aInstalled)
           
 void setPort(int aPort)
           
 void setTLSCipherSuite(String[] aTLSCipherSuite)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConnectionBean

public NetworkConnectionBean()
Method Detail

getCommonName

public String getCommonName()

getDevice

public Device getDevice()

getHostname

public String getHostname()

getInstalled

public boolean getInstalled()

getPort

public int getPort()

getTLSCipherSuite

public String[] getTLSCipherSuite()

SetCommonName

public void SetCommonName(String aCommonName)

setDevice

public void setDevice(Device aDevice)

setHostname

public void setHostname(String aHostname)

setInstalled

public void setInstalled(boolean aInstalled)

setPort

public void setPort(int aPort)

setTLSCipherSuite

public void setTLSCipherSuite(String[] aTLSCipherSuite)


Copyright © 2009 dicom4j. All Rights Reserved.