DataSetAttachmentMetadata

public class DataSetAttachmentMetadata extends AbstractShadowableRdcDomainObject

Metadata which will be stored with each attachment of a DataSet.

Fields

dataAcquisitionProjectId

private String dataAcquisitionProjectId

The id of the DataAcquisitionProject to which the DataSet of this attachment belongs. Must not be empty.

dataSetId

private String dataSetId

The id of the DataSet to which this attachment belongs. Must not be empty.

dataSetNumber

private Integer dataSetNumber

The number of the DataSet to which this attachment belongs. Must not be empty.

description

private I18nString description

A description for this attachment. It must be specified in at least one language and it must not contain more than 512 characters.

fileName

private String fileName

The filename of the attachment. Must not be empty and must contain only (german) alphanumeric characters and „_“ and „-“ and „.“.

id

private String id

The id of the attachment. Holds the complete path which can be used to download the file.

indexInDataSet

private Integer indexInDataSet

The index in the DataSet of this attachment. Used for sorting the attachments of this DataSet. Must not be empty.

language

private String language

The language of the attachments content. Must not be empty and must be specified as ISO 639 language code.

masterId

private String masterId

serialVersionUID

private static final long serialVersionUID

title

private String title

The title of the attachment in the language of the attachment. Must not be empty and must not contain more than 2048 characters.