Package org.openmhealth.reference.domain

Examples of org.openmhealth.reference.domain.ColumnList


    this.authenticationToken = authenticationToken;
    this.authorizationToken = authorizationToken;
    this.schemaId = schemaId;
    this.version = version;
    this.columnList = new ColumnList(columnList);
   
    if(owner == null) {
      this.owner = authenticationToken.getUsername();
    }
    else {
View Full Code Here

TOP

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

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.