All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.damap.base.rest.projects.ProjectSupplementDO Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
package org.damap.base.rest.projects;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;

/** Damap compatible representation of additional project information */
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class ProjectSupplementDO {

  private Boolean personalData;
  private Boolean sensitiveData;
  private Boolean legalRestrictions;
  private Boolean humanParticipants;
  private Boolean ethicalIssuesExist;
  private Boolean committeeReviewed;
  private Boolean costsExist;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy