****************************************************************************
QBiC Project Wizard enables users to create hierarchical experiments including different study
conditions using factorial design. Copyright (C) "2016" Andreas Friedrich
This program is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If
not, see
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
ID |
|
private java.lang.String |
code |
|
private java.lang.String |
experiment_type |
|
private java.lang.String |
numOfSamples |
|
private boolean |
pilot |
|
private java.lang.String |
registrationDate |
Type | Name and description |
---|---|
java.lang.String |
code |
java.lang.String |
date |
java.lang.String |
experiment_type |
java.lang.String |
samples |
Constructor and description |
---|
ExperimentBean
(java.lang.String ID, java.lang.String experimentTypeCode, java.lang.String numOfSamples, java.lang.String date, boolean pilot) Creates a new ExperimentBean |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getCode() |
|
java.lang.String |
getDate() |
|
java.lang.String |
getExperiment_type() |
|
java.lang.String |
getID() |
|
java.lang.String |
getSamples() |
|
boolean |
isPilot() |
|
void |
setCode(java.lang.String code) |
|
void |
setDate(java.lang.String date) |
|
void |
setExperiment_type(java.lang.String experiment_type) |
|
void |
setSamples(java.lang.String samples) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a new ExperimentBean
ID
- of experimentexperimentTypeCode
- the type code of the experimentnumOfSamples
- number of samples in this experimentGroovy Documentation