Package org.ivoa.dm.proposal.management
Class ProposalReview.ProposalReviewBuilder
java.lang.Object
org.ivoa.dm.proposal.management.ProposalReview.ProposalReviewBuilder
- Enclosing class:
- ProposalReview
A builder class for ProposalReview, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionDescription.the date that the review is submitted.the reviewer making this review.the review score.is the proposal technically feasible. -
Constructor Summary
-
Method Summary
-
Field Details
-
reviewer
the reviewer making this review. -
comment
Description. -
score
the review score. -
technicalFeasibility
is the proposal technically feasible. -
reviewDate
the date that the review is submitted.
-
-
Constructor Details
-
ProposalReviewBuilder
public ProposalReviewBuilder()
-
-
Method Details
-
create
create a ProposalReview from this builder.- Returns:
- an object initialized from the builder.
-