Package org.ivoa.dm.proposal.management
Class SubmittedProposal.SubmittedProposalBuilder
java.lang.Object
org.ivoa.dm.proposal.management.SubmittedProposal.SubmittedProposalBuilder
- Enclosing class:
- SubmittedProposal
A builder class for SubmittedProposal, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescription.the proposal that was submitted.the reviews.the date when all the proposals are due.the date that the proposal was submitted.the proposal can go on to allocation. -
Constructor Summary
-
Method Summary
-
Field Details
-
proposal
the proposal that was submitted. -
config
. -
submissionDate
the date that the proposal was submitted. -
successful
the proposal can go on to allocation. -
reviewsCompleteDate
the date when all the proposals are due. -
reviews
the reviews.
-
-
Constructor Details
-
SubmittedProposalBuilder
public SubmittedProposalBuilder()
-
-
Method Details
-
create
create a SubmittedProposal from this builder.- Returns:
- an object initialized from the builder.
-