org.fourthline.cling.support.renderingcontrol.lastchange
Class ChannelVolumeDB

java.lang.Object
  extended by org.fourthline.cling.support.renderingcontrol.lastchange.ChannelVolumeDB

public class ChannelVolumeDB
extends Object

Author:
Christian Bauer

Field Summary
protected  Channel channel
           
protected  Integer volumeDB
           
 
Constructor Summary
ChannelVolumeDB(Channel channel, Integer volumeDB)
           
 
Method Summary
 Channel getChannel()
           
 Integer getVolumeDB()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

channel

protected Channel channel

volumeDB

protected Integer volumeDB
Constructor Detail

ChannelVolumeDB

public ChannelVolumeDB(Channel channel,
                       Integer volumeDB)
Method Detail

getChannel

public Channel getChannel()

getVolumeDB

public Integer getVolumeDB()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.