de.digitalcollections.cudami.model.api.identifiable.entity.Entity Maven / Gradle / Ivy
package de.digitalcollections.cudami.model.api.identifiable.entity;
import de.digitalcollections.cudami.model.api.identifiable.Identifiable;
/**
* An entity.
*/
public interface Entity extends Identifiable {
EntityType getEntityType();
void setEntityType(EntityType entityType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy