Package com.comverse.timesheet.web.bean

Examples of com.comverse.timesheet.web.bean.TestTable


    this.testDAO = testDAO;
  }
 

  public void add() throws Exception{
    TestTable test=new TestTable();
    test.setName("yuanmomo20");
    test.setBirthday(new Date());
    try {
      testDAO.add(test);
    } catch (Exception e) {
      // TODO Auto-generated catch block
      throw e;
View Full Code Here

TOP

Related Classes of com.comverse.timesheet.web.bean.TestTable

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.