Package org.ivoa.dm.registry.voresource
Class Curation.CurationBuilder
java.lang.Object
org.ivoa.dm.registry.voresource.Curation.CurationBuilder
- Enclosing class:
 - Curation
 
A builder class for Curation, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionInformation that can be used for contacting someone with regard to this resource.Entity responsible for contributions to the content of the resource .The entity/ies (e.g.Date associated with an event in the life cycle of the resource.Entity (e.g.Label associated with creation or availablilty of a version of a resource. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
publisher
Entity (e.g. person or organisation) responsible for making the resource available . - 
creator
The entity/ies (e.g. person(s) or organisation) primarily responsible for creating the content or constitution of the resource. This is the equivalent of the author of a publication. - 
contributor
Entity responsible for contributions to the content of the resource . - 
date
Date associated with an event in the life cycle of the resource. This will typically be associated with the creation or availability (i.e., most recent release or version) of the resource. Use the role attribute to clarify. - 
version
Label associated with creation or availablilty of a version of a resource. - 
contact
Information that can be used for contacting someone with regard to this resource. 
 - 
 - 
Constructor Details
- 
CurationBuilder
public CurationBuilder() 
 - 
 - 
Method Details
- 
create
create a Curation from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -