Class AssetDto
java.lang.Object
org.opencastproject.assetmanager.impl.persistence.AssetDto
JPA DTO modeling the asset database table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getSize()static AssetDtomk(String mediaPackageElementId, SnapshotDto snapshot, String checksum, Optional<MimeType> mimeType, String storeageId, long size) Create a new DTO.voidsetSnapshot(SnapshotDto snapshot)
-
Constructor Details
-
AssetDto
public AssetDto()
-
-
Method Details