Package org.yaac.shared.stat.models

Examples of org.yaac.shared.stat.models.PropertyType


    nsTotalsMap.put("", new NSTotal(500L, 3L, new Date()));
    nsTotalsMap.put("namespace_1", new NSTotal(200L, 3L, timestamp));
    nsTotalsMap.put("namespace_2", new NSTotal(300L, 4L, timestamp));

    List<PropertyType> propertyTypes = new LinkedList<PropertyType>();
    propertyTypes.add(new PropertyType(200L, 10L, timestamp, "Date/Time"));
    propertyTypes.add(new PropertyType(200L, 10L, timestamp, "Integer"));
    propertyTypes.add(new PropertyType(200L, 10L, timestamp, "String"));
    propertyTypes.add(new PropertyType(200L, 10L, timestamp, "Float"));
    propertyTypes.add(new PropertyType(200L, 10L, timestamp, "Category"));
   
    List<KindWrapper> kinds = new LinkedList<KindWrapper>();
   
    {
      KindWrapper kind = new KindWrapper();
View Full Code Here

TOP

Related Classes of org.yaac.shared.stat.models.PropertyType

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.