package org.tgdb.model.strain.type; import javax.ejb.EJBObject; /** * This is the remote interface for StrainType enterprise bean. */ public interface StrainTypeRemote extends EJBObject, StrainTypeRemoteBusiness { }