Package org.openmhealth.reference.domain

Examples of org.openmhealth.reference.domain.Data


                }
                // FIXME: Apply the column list.
               
                // Create a Data object and return it.
                return
                  new Data(
                    username,
                    id,
                    version,
                    metaData,
                    data);
View Full Code Here

TOP

Related Classes of org.openmhealth.reference.domain.Data

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.