package org.aitp.competitor; public interface PurchaseOrderUIIF { public abstract Integer getPoNo(); // getPoNo }