Interface Entity
-
- All Superinterfaces:
Identifiable
- All Known Subinterfaces:
Article<A>,Collection,ContentTree,Corporation,DigitalObject,Project,Website
- All Known Implementing Classes:
ArticleImpl,CollectionImpl,ContentTreeImpl,CorporationImpl,DigitalObjectImpl,EntityImpl,ProjectImpl,WebsiteImpl
public interface Entity extends Identifiable
An entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityTypegetEntityType()voidsetEntityType(EntityType entityType)-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-
-
-
Method Detail
-
getEntityType
EntityType getEntityType()
-
setEntityType
void setEntityType(EntityType entityType)
-
-