org.openmuc.sunnywebtool.internal
Class SunnyAttachedDevice

java.lang.Object
  extended by org.openmuc.sunnywebtool.internal.SunnyAttachedDevice

public class SunnyAttachedDevice
extends java.lang.Object


Constructor Summary
SunnyAttachedDevice(DeviceURI url, java.util.List<ChannelInformation> channels)
           
 
Method Summary
 java.lang.String getAddress()
           
 java.util.List<ExtendedChannelInformation> getChannels()
           
 DeviceURI getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunnyAttachedDevice

public SunnyAttachedDevice(DeviceURI url,
                           java.util.List<ChannelInformation> channels)
Method Detail

getURL

public DeviceURI getURL()

getChannels

public java.util.List<ExtendedChannelInformation> getChannels()

getAddress

public java.lang.String getAddress()