Package org.ivoa.dm.proposal.management
Class AllocationGrade.AllocationGradeBuilder
java.lang.Object
org.ivoa.dm.proposal.management.AllocationGrade.AllocationGradeBuilder
- Enclosing class:
- AllocationGrade
A builder class for AllocationGrade, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionwhat this grade means.the name of the grade. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
the name of the grade. -
description
what this grade means.
-
-
Constructor Details
-
AllocationGradeBuilder
public AllocationGradeBuilder()
-
-
Method Details
-
create
create a AllocationGrade from this builder.- Returns:
- an object initialized from the builder.
-