Interface DigitalObject
- All Superinterfaces:
Entity,Identifiable
- All Known Implementing Classes:
DigitalObjectImpl
public interface DigitalObject extends Entity
A (cultural) digital object, can be a retro digitization of a physical object or a digital native
object.
-
Method Summary
Modifier and Type Method Description voidaddFileResource(FileResource fileResource)java.util.List<FileResource>getFileResources()LicensegetLicense()VersiongetVersion()voidsetFileResources(java.util.List<FileResource> fileResources)voidsetLicense(License license)voidsetVersion(Version version)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Method Details
-
getFileResources
java.util.List<FileResource> getFileResources() -
setFileResources
-
addFileResource
-
getLicense
License getLicense() -
setLicense
-
getVersion
Version getVersion() -
setVersion
-