package de.flower.common.ui.ajax.dragndrop; /** * @author flowerrrr */ public interface IDraggable { Long getEntityId(); }