Package org.ivoa.dm.proposal.management
Class AllocatedProposal.AllocatedProposalBuilder
java.lang.Object
org.ivoa.dm.proposal.management.AllocatedProposal.AllocatedProposalBuilder
- Enclosing class:
- AllocatedProposal
A builder class for AllocatedProposal, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionwhat is allocated to the proposal.the proposal. -
Constructor Summary
-
Method Summary
-
Field Details
-
submitted
the proposal. -
allocation
what is allocated to the proposal.
-
-
Constructor Details
-
AllocatedProposalBuilder
public AllocatedProposalBuilder()
-
-
Method Details
-
create
create a AllocatedProposal from this builder.- Returns:
- an object initialized from the builder.
-