Package belotetime.application.data

Examples of belotetime.application.data.Statistic


  @SuppressWarnings({ "unchecked", "rawtypes" })
  public StatisticsStage(User user) throws Exception {
    u = user;
    try {
      stat = new Statistic(u.getUser());
    } catch (Exception e) {

      throw e;
    }
View Full Code Here

TOP

Related Classes of belotetime.application.data.Statistic

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.