Package com.impetus.kundera.rest.common

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


         friendList.add(user2);
         Calendar cal = Calendar.getInstance();
         cal.setTime(new Date(1344079067777l));

        
         user1.setProfessionalDetail(new ProfessionalDetailCassandra(1234567, 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 BigInteger("123456789"), new BigDecimal(123456789), cal));
        
         user2.setProfessionalDetail(new ProfessionalDetailCassandra(1234568, true, 21, '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 BigInteger("123456789"), new BigDecimal(123456789), cal));
View Full Code Here


         friendList.add(user2);
         Calendar cal = Calendar.getInstance();
         cal.setTime(new Date(1344079067777l));

        
         user1.setProfessionalDetail(new ProfessionalDetailCassandra(1234567, 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 BigInteger("123456789"), new BigDecimal(123456789), cal));
        
         user2.setProfessionalDetail(new ProfessionalDetailCassandra(1234568, true, 21, '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 BigInteger("123456789"), new BigDecimal(123456789), cal));
View Full Code Here

TOP

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

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.