Package org.external.model

Examples of org.external.model.Weather


    // STUB
  }
 
  public Weather getWeather(String sessionId, boolean celsius, String countryName, String cityName) {
    // STUB
    return new Weather();
  }
View Full Code Here

TOP

Related Classes of org.external.model.Weather

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.