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.

serialVersionUID

private static final long serialVersionUID

study

private OrderedStudy study

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

version

private String version

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