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

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

public class TemperatureSetpointModelImpl
extends Object
implements TemperatureSetpointModel


Constructor Summary
TemperatureSetpointModelImpl()
           
 
Method Summary
 void getApplication(fr.imag.adele.util.upnp.holder.StringHolder currentApplication)
          This method is "add description here" currentApplication out parameter
 String getApplicationStateVariableValue()
           
 void getCurrentSetpoint(fr.imag.adele.util.upnp.holder.IntegerHolder currentSP)
          This method is "add description here" currentSP out parameter
 Integer getCurrentSetpointStateVariableValue()
           
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 String getNameStateVariableValue()
           
 void getSetpointAchieved(fr.imag.adele.util.upnp.holder.BooleanHolder currentSPA)
          This method is "add description here" currentSPA out parameter
 Boolean getSetpointAchievedStateVariableValue()
           
 void setApplication(String newApplication)
          This method is "add description here" newApplication in parameter
 void setCurrentSetpoint(int newCurrentSetpoint)
          This method is "add description here" newCurrentSetpoint 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

TemperatureSetpointModelImpl

public TemperatureSetpointModelImpl()
Method Detail

getApplication

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

Specified by:
getApplication in interface TemperatureSetpointModel

setApplication

public void setApplication(String newApplication)
This method is "add description here" newApplication in parameter

Specified by:
setApplication in interface TemperatureSetpointModel

setCurrentSetpoint

public void setCurrentSetpoint(int newCurrentSetpoint)
This method is "add description here" newCurrentSetpoint in parameter

Specified by:
setCurrentSetpoint in interface TemperatureSetpointModel

getCurrentSetpoint

public void getCurrentSetpoint(fr.imag.adele.util.upnp.holder.IntegerHolder currentSP)
This method is "add description here" currentSP out parameter

Specified by:
getCurrentSetpoint in interface TemperatureSetpointModel

getSetpointAchieved

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

Specified by:
getSetpointAchieved in interface TemperatureSetpointModel

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 TemperatureSetpointModel

setName

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

Specified by:
setName in interface TemperatureSetpointModel

getApplicationStateVariableValue

public String getApplicationStateVariableValue()
Specified by:
getApplicationStateVariableValue in interface TemperatureSetpointModel

getCurrentSetpointStateVariableValue

public Integer getCurrentSetpointStateVariableValue()
Specified by:
getCurrentSetpointStateVariableValue in interface TemperatureSetpointModel

getSetpointAchievedStateVariableValue

public Boolean getSetpointAchievedStateVariableValue()
Specified by:
getSetpointAchievedStateVariableValue in interface TemperatureSetpointModel

getNameStateVariableValue

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