Product

public class Product implements Serializable

Data Product which can be ordered by a customer.

Author:René Reitmann

Fields

accessWay

private String accessWay

The access way to the DataSets which the customer wants to have.

dataAcquisitionProjectId

private String dataAcquisitionProjectId

The id of the DataAcquisitionProject in which this product was generated. Must not be empty.

dataFormats

private Set<DataFormat> dataFormats

The available data formats of the dataPackage. It must not be empty.

serialVersionUID

private static final long serialVersionUID

study

private OrderedDataPackage study

The (partial) OrderedDataPackage of this product. Must not be empty.

version

private String version

The version of the DataSets which the customer wants to have.