Class AllocatedProposal.AllocatedProposalBuilder

java.lang.Object
org.ivoa.dm.proposal.management.AllocatedProposal.AllocatedProposalBuilder
Enclosing class:
AllocatedProposal

public static class AllocatedProposal.AllocatedProposalBuilder extends Object
A builder class for AllocatedProposal, mainly for use in the functional builder pattern.
  • Field Details

  • Constructor Details

    • AllocatedProposalBuilder

      public AllocatedProposalBuilder()
  • Method Details

    • create

      public AllocatedProposal create()
      create a AllocatedProposal from this builder.
      Returns:
      an object initialized from the builder.