Class DigitalObject
- java.lang.Object
-
- de.digitalcollections.model.identifiable.Identifiable
-
- de.digitalcollections.model.identifiable.entity.Entity
-
- de.digitalcollections.model.identifiable.entity.DigitalObject
-
public class DigitalObject extends Entity
A (cultural) digital object, can be a retro digitization of a physical object or a digital native object.
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.identifiable.entity.Entity
customAttributes, entityType, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description DigitalObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFileResource(FileResource fileResource)List<FileResource>getFileResources()LicensegetLicense()VersiongetVersion()voidsetFileResources(List<FileResource> fileResources)voidsetLicense(License license)voidsetVersion(Version version)-
Methods inherited from class de.digitalcollections.model.identifiable.entity.Entity
equals, getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
-
-
-
Method Detail
-
addFileResource
public void addFileResource(FileResource fileResource)
-
getFileResources
public List<FileResource> getFileResources()
-
getLicense
public License getLicense()
-
getVersion
public Version getVersion()
-
setFileResources
public void setFileResources(List<FileResource> fileResources)
-
setLicense
public void setLicense(License license)
-
setVersion
public void setVersion(Version version)
-
-