Information about a desired project registration in QBiC's project management system. Instances of this class describe a request to register a new project at QBiC. Beside the mandatory fields required to be passed to the constructor, there are two optional fields: 1: projectSpace 2: projectCode If any of these are not defined, then either of it will be created randomly.
| Type | Name and description |
|---|---|
Customer |
customerThe associated customer |
java.lang.String |
experimentalDesignA description about the experimental design |
OfferId |
linkedOfferThe associated offer |
ProjectCode |
projectCodeThe desired project code |
ProjectManager |
projectManagerThe associated project manager |
java.lang.String |
projectObjectiveA descriptive project objective |
ProjectSpace |
projectSpaceThe requested project space the project shall be associated with |
java.lang.String |
projectTitleA short and precise project title |
| Constructor and description |
|---|
ProjectApplication
(OfferId linkedOffer, java.lang.String projectTitle, java.lang.String projectObjective, java.lang.String experimentalDesign, ProjectManager projectManager, ProjectSpace projectSpace, Customer customer, ProjectCode code) |
| 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() |
The associated customer
A description about the experimental design
The associated offer
The desired project code
The associated project manager
A descriptive project objective
The requested project space the project shall be associated with
A short and precise project title
Groovy Documentation