public class DbVersionsModel extends Object
Constructor and Description |
---|
DbVersionsModel() |
DbVersionsModel(String id,
String dataObjectVersion,
String dataObjectGroupId,
DbFormatIdentificationModel formatIdentificationModel,
DbFileInfoModel fileInfoModel,
MetadataModel metadata,
long size,
String uri,
String messageDigest,
String algorithm,
DbStorageModel storage,
PhysicalDimensionsModel physicalDimensionsModel,
String physicalId,
OtherMetadata otherMetadata,
String opi) |
public DbVersionsModel()
public DbVersionsModel(String id, String dataObjectVersion, String dataObjectGroupId, DbFormatIdentificationModel formatIdentificationModel, DbFileInfoModel fileInfoModel, MetadataModel metadata, long size, String uri, String messageDigest, String algorithm, DbStorageModel storage, PhysicalDimensionsModel physicalDimensionsModel, String physicalId, OtherMetadata otherMetadata, String opi)
public static DbVersionsModel newVersionsFrom(DbVersionsModel that, OtherMetadata otherMetadata)
public static DbVersionsModel newVersionsFrom(DbVersionsModel that, DbFormatIdentificationModel format)
public String getId()
public void setId(String id)
public String getDataObjectVersion()
public void setDataObjectVersion(String dataObjectVersion)
public String getDataObjectGroupId()
public void setDataObjectGroupId(String dataObjectGroupId)
public DbFormatIdentificationModel getFormatIdentificationModel()
public void setFormatIdentificationModel(DbFormatIdentificationModel formatIdentificationModel)
public DbFileInfoModel getFileInfoModel()
public void setFileInfoModel(DbFileInfoModel fileInfoModel)
public MetadataModel getMetadata()
public void setMetadata(MetadataModel metadata)
public long getSize()
public void setSize(long size)
public String getUri()
public void setUri(String uri)
public String getMessageDigest()
public void setMessageDigest(String messageDigest)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public DbStorageModel getStorage()
public void setStorage(DbStorageModel storage)
public PhysicalDimensionsModel getPhysicalDimensionsModel()
public void setPhysicalDimensionsModel(PhysicalDimensionsModel physicalDimensionsModel)
public String getPhysicalId()
public void setPhysicalId(String physicalId)
public OtherMetadata getOtherMetadata()
public void setOtherMetadata(OtherMetadata otherMetadata)
public String getOpi()
public void setOpi(String opi)
Copyright © 2019 Vitam. All rights reserved.