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 |
customer The associated customer |
java.lang.String |
experimentalDesign A description about the experimental design |
OfferId |
linkedOffer The associated offer |
ProjectCode |
projectCode The desired project code |
ProjectManager |
projectManager The associated project manager |
java.lang.String |
projectObjective A descriptive project objective |
ProjectSpace |
projectSpace The requested project space the project shall be associated with |
java.lang.String |
projectTitle A 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