Package org.ivoa.dm.proposal.prop
Class Investigator.InvestigatorBuilder
java.lang.Object
org.ivoa.dm.proposal.prop.Investigator.InvestigatorBuilder
- Enclosing class:
- Investigator
A builder class for Investigator, mainly for use in the functional builder pattern.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
person
the investigator. -
type
the investigator type. -
forPhD
is the investigator making proposal for their PhD.
-
-
Constructor Details
-
InvestigatorBuilder
public InvestigatorBuilder()
-
-
Method Details
-
create
create a Investigator from this builder.- Returns:
- an object initialized from the builder.
-