Class EntityImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.EntityImpl
-
- All Implemented Interfaces:
Entity,Identifiable
- Direct Known Subclasses:
ArticleImpl,CollectionImpl,ContentTreeImpl,CorporationImpl,DigitalObjectImpl,ProjectImpl,WebsiteImpl
public class EntityImpl extends IdentifiableImpl implements Entity
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityTypeentityType-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, type
-
-
Constructor Summary
Constructors Constructor Description EntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypegetEntityType()voidsetEntityType(EntityType entityType)-
Methods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
entityType
protected EntityType entityType
-
-
Method Detail
-
getEntityType
public EntityType getEntityType()
- Specified by:
getEntityTypein interfaceEntity
-
setEntityType
public void setEntityType(EntityType entityType)
- Specified by:
setEntityTypein interfaceEntity
-
-