package com.sugarcrm.candybean.model; //import java.util.Set; public class Page { // public enum Type { VISIBLE, TEXT, EXIST } // private String url; // private Set<Link> links; // private List<VAction> actions; // private List<Pair<Type, VControl>> asserts; // public Page(String url) { // this.url = url; // } // public void addLink(Page page) { // links.add(page); // } // method = obj.getClass().getMethod(methodName, param1.class, param2.class, ..); // method.invoke(obj, arg1, arg2,...); }