-
public class WatchWeatherBeanThe watch obtains the weather information, corresponding to the fields required by the device
-
-
Field Summary
Fields Modifier and Type Field Description private inttempprivate inttempHighprivate inttempLowprivate StringconditionNum
-
Method Summary
Modifier and Type Method Description intgetTemp()voidsetTemp(int temp)intgetTempHigh()voidsetTempHigh(int tempHigh)intgetTempLow()voidsetTempLow(int tempLow)StringgetConditionNum()voidsetConditionNum(String conditionNum)StringtoString()-
-
Method Detail
-
getTemp
int getTemp()
-
setTemp
void setTemp(int temp)
-
getTempHigh
int getTempHigh()
-
setTempHigh
void setTempHigh(int tempHigh)
-
getTempLow
int getTempLow()
-
setTempLow
void setTempLow(int tempLow)
-
getConditionNum
String getConditionNum()
-
setConditionNum
void setConditionNum(String conditionNum)
-
toString
String toString()
-
-
-
-