Package com.fins.gt.model

Examples of com.fins.gt.model.GridInfo


import com.fins.gt.model.SortInfo;
import com.fins.org.json.JSONObject;

public class ModelUtils {
  public static GridInfo createGridInfo(JSONObject modelJS){
    GridInfo info=new GridInfo();
    info.setId(modelJS.getString("id"));
    return info;
  }
View Full Code Here

TOP

Related Classes of com.fins.gt.model.GridInfo

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.