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

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

public class HVAC_UserOperatingModeModelImpl
extends Object
implements HVAC_UserOperatingModeModel


Constructor Summary
HVAC_UserOperatingModeModelImpl()
           
 
Method Summary
 void getModeStatus(fr.imag.adele.util.upnp.holder.StringHolder currentModeStatus)
          This method is "add description here" currentModeStatus out parameter
 String getModeStatusStateVariableValue()
           
 void getModeTarget(fr.imag.adele.util.upnp.holder.StringHolder currentModeTarget)
          This method is "add description here" currentModeTarget out parameter
 String getModeTargetStateVariableValue()
           
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 String getNameStateVariableValue()
           
 void setModeTarget(String newModeTarget)
          This method is "add description here" newModeTarget 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_UserOperatingModeModelImpl

public HVAC_UserOperatingModeModelImpl()
Method Detail

setModeTarget

public void setModeTarget(String newModeTarget)
This method is "add description here" newModeTarget in parameter

Specified by:
setModeTarget in interface HVAC_UserOperatingModeModel

getModeTarget

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

Specified by:
getModeTarget in interface HVAC_UserOperatingModeModel

getModeStatus

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

Specified by:
getModeStatus in interface HVAC_UserOperatingModeModel

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_UserOperatingModeModel

setName

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

Specified by:
setName in interface HVAC_UserOperatingModeModel

getModeTargetStateVariableValue

public String getModeTargetStateVariableValue()
Specified by:
getModeTargetStateVariableValue in interface HVAC_UserOperatingModeModel

getModeStatusStateVariableValue

public String getModeStatusStateVariableValue()
Specified by:
getModeStatusStateVariableValue in interface HVAC_UserOperatingModeModel

getNameStateVariableValue

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