Package com.impetus.kundera.rest.common

Examples of com.impetus.kundera.rest.common.Professional


    {
        pk1 = "1111111111111";

        Calendar cal = Calendar.getInstance();
        cal.setTime(new Date(1351667547777l));
        prof1 = new Professional(pk1, 23456789, true, 31, 'C', (byte) 8, (short) 5, (float) 10.0, 163.12, new Date(
                Long.parseLong("1351667541111")), new Date(Long.parseLong("1351667542222")), new Date(
                Long.parseLong("1351667543333")), 2, new Long(3634521523423L), new Double(7.23452342343),
        /*
         * new java.sql.Date(new
         * Date(Long.parseLong("1344079061111")).getTime()), new
View Full Code Here


    {
        pk2 = "2222222222222";

        Calendar cal = Calendar.getInstance();
        cal.setTime(new Date(1351667557777l));
        prof2 = new Professional(pk2, 23456790, true, 33, 'A', (byte) 9, (short) 3, (float) 9.0, 167.75, new Date(
                Long.parseLong("1351667551111")), new Date(Long.parseLong("1351667552222")), new Date(
                Long.parseLong("1351667553333")), 2, new Long(3634521523423L), new Double(7.23452342343),
        /*
         * new java.sql.Date(new
         * Date(Long.parseLong("1344079061111")).getTime()), new
View Full Code Here

TOP

Related Classes of com.impetus.kundera.rest.common.Professional

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.