fr.imag.adele.bundle.upnp.tv.impl
Class SwitchPowerModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.tv.impl.SwitchPowerModelImpl
All Implemented Interfaces:
SwitchPowerModel

public class SwitchPowerModelImpl
extends Object
implements SwitchPowerModel


Constructor Summary
SwitchPowerModelImpl()
           
 
Method Summary
 void getStatus(fr.imag.adele.util.upnp.holder.BooleanHolder resultStatus)
          This method is "add description here" resultStatus out parameter
 Boolean getStatusStateVariableValue()
           
 void getTarget(fr.imag.adele.util.upnp.holder.BooleanHolder retTargetValue)
          This method is "add description here" retTargetValue out parameter
 void setTarget(boolean newTargetValue)
          This method is "add description here" newTargetValue in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchPowerModelImpl

public SwitchPowerModelImpl()
Method Detail

setTarget

public void setTarget(boolean newTargetValue)
This method is "add description here" newTargetValue in parameter

Specified by:
setTarget in interface SwitchPowerModel

getTarget

public void getTarget(fr.imag.adele.util.upnp.holder.BooleanHolder retTargetValue)
This method is "add description here" retTargetValue out parameter

Specified by:
getTarget in interface SwitchPowerModel

getStatus

public void getStatus(fr.imag.adele.util.upnp.holder.BooleanHolder resultStatus)
This method is "add description here" resultStatus out parameter

Specified by:
getStatus in interface SwitchPowerModel

getStatusStateVariableValue

public Boolean getStatusStateVariableValue()
Specified by:
getStatusStateVariableValue in interface SwitchPowerModel