fr.imag.adele.bundle.upnp.hvac.model
Interface TemperatureSetpointModel

All Known Implementing Classes:
TemperatureSetpointModelImpl

public interface TemperatureSetpointModel


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
 

Method Detail

getApplication

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


setApplication

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


setCurrentSetpoint

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


getCurrentSetpoint

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


getSetpointAchieved

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


getName

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


setName

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


getApplicationStateVariableValue

public String getApplicationStateVariableValue()

getCurrentSetpointStateVariableValue

public Integer getCurrentSetpointStateVariableValue()

getSetpointAchievedStateVariableValue

public Boolean getSetpointAchievedStateVariableValue()

getNameStateVariableValue

public String getNameStateVariableValue()