de.digitalcollections.cudami.model.api.identifiable.entity.Article Maven / Gradle / Ivy
package de.digitalcollections.cudami.model.api.identifiable.entity;
import de.digitalcollections.cudami.model.api.identifiable.Node;
/**
* Article is used to manage cultural articles and their hierarchy.
*/
public interface Article extends Entity, Node {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy