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

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

public class ChannelMute
extends Object

Author:
Christian Bauer

Field Summary
protected  Channel channel
           
protected  Boolean mute
           
 
Constructor Summary
ChannelMute(Channel channel, Boolean mute)
           
 
Method Summary
 Channel getChannel()
           
 Boolean getMute()
           
 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

mute

protected Boolean mute
Constructor Detail

ChannelMute

public ChannelMute(Channel channel,
                   Boolean mute)
Method Detail

getChannel

public Channel getChannel()

getMute

public Boolean getMute()

toString

public String toString()
Overrides:
toString in class Object


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