package org.tgdb.model.strain.strain; import javax.ejb.EJBObject; /** * This is the remote interface for Strain enterprise bean. */ public interface StrainRemote extends EJBObject, StrainRemoteBusiness { }