package ch.elexis.core.model; public interface IOrderEntry { IStock getStock(); }