Package org.openqreg.bean

Examples of org.openqreg.bean.SystemmessageBean.create()


    systemmessage.setValidto(new Date(System.currentTimeMillis()+10000));
    systemmessage.setTscreated(new Timestamp(System.currentTimeMillis()));
    systemmessage.setCreatedby("System");
    systemmessage.setUpdatedby("System");
   
    systemmessage.create(con);
   
    assertNotNull("Systemmessageid ska inte var null", systemmessage.getId());
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.