All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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