fr.imag.adele.bundle.upnp.hvac.impl
Class HVAC_FanOperatingModeModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.hvac.impl.HVAC_FanOperatingModeModelImpl
All Implemented Interfaces:
HVAC_FanOperatingModeModel

public class HVAC_FanOperatingModeModelImpl
extends Object
implements HVAC_FanOperatingModeModel


Constructor Summary
HVAC_FanOperatingModeModelImpl()
           
 
Method Summary
 void getFanStatus(fr.imag.adele.util.upnp.holder.StringHolder currentStatus)
          This method is "add description here" currentStatus out parameter
 String getFanStatusStateVariableValue()
           
 void getMode(fr.imag.adele.util.upnp.holder.StringHolder currentMode)
          This method is "add description here" currentMode out parameter
 String getModeStateVariableValue()
           
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 String getNameStateVariableValue()
           
 void setMode(String newMode)
          This method is "add description here" newMode in parameter
 void setName(String newName)
          This method is "add description here" newName in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HVAC_FanOperatingModeModelImpl

public HVAC_FanOperatingModeModelImpl()
Method Detail

setMode

public void setMode(String newMode)
This method is "add description here" newMode in parameter

Specified by:
setMode in interface HVAC_FanOperatingModeModel

getMode

public void getMode(fr.imag.adele.util.upnp.holder.StringHolder currentMode)
This method is "add description here" currentMode out parameter

Specified by:
getMode in interface HVAC_FanOperatingModeModel

getFanStatus

public void getFanStatus(fr.imag.adele.util.upnp.holder.StringHolder currentStatus)
This method is "add description here" currentStatus out parameter

Specified by:
getFanStatus in interface HVAC_FanOperatingModeModel

getName

public void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
This method is "add description here" currentName out parameter

Specified by:
getName in interface HVAC_FanOperatingModeModel

setName

public void setName(String newName)
This method is "add description here" newName in parameter

Specified by:
setName in interface HVAC_FanOperatingModeModel

getModeStateVariableValue

public String getModeStateVariableValue()
Specified by:
getModeStateVariableValue in interface HVAC_FanOperatingModeModel

getFanStatusStateVariableValue

public String getFanStatusStateVariableValue()
Specified by:
getFanStatusStateVariableValue in interface HVAC_FanOperatingModeModel

getNameStateVariableValue

public String getNameStateVariableValue()
Specified by:
getNameStateVariableValue in interface HVAC_FanOperatingModeModel