]> git.argeo.org Git - gpl/argeo-suite.git/blob - core/org.argeo.entity.api/src/org/argeo/entity/EntityDefinition.java
Rename Eclipse project.
[gpl/argeo-suite.git] / core / org.argeo.entity.api / src / org / argeo / entity / EntityDefinition.java
1 package org.argeo.entity;
2
3 import javax.jcr.Node;
4
5 /** The definition of an entity, a composite configurable data structure. */
6 public interface EntityDefinition {
7 String getEditorId(Node entity);
8
9 String getType();
10 }