Class EntityPartImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.parts.EntityPartImpl
-
- All Implemented Interfaces:
EntityPart,Identifiable
- Direct Known Subclasses:
ContentNodeImpl,WebpageImpl
public class EntityPartImpl extends IdentifiableImpl implements EntityPart
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityPartTypeentityPartType-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, type
-
-
Constructor Summary
Constructors Constructor Description EntityPartImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityPartTypegetEntityPartType()voidsetEntityPartType(EntityPartType entityPartType)-
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
-
entityPartType
protected EntityPartType entityPartType
-
-
Method Detail
-
getEntityPartType
public EntityPartType getEntityPartType()
- Specified by:
getEntityPartTypein interfaceEntityPart
-
setEntityPartType
public void setEntityPartType(EntityPartType entityPartType)
- Specified by:
setEntityPartTypein interfaceEntityPart
-
-