/*
 * Generated by XDoclet - Do not edit!
 */
package com.dragonsoft.tryapp.ejb.entity.interfaces;

/**
 * Local interface for Grader.
 * @author Shaun Newsum The GraderBean handles calls to create/update/delete graders and query for courses assigned to the grader from within the database. The bean can be used to represent a single entity or used as a utility object to query for collections of courses for a grader
 */
public interface GraderLocal
   extends com.dragonsoft.tryapp.ejb.entity.interfaces.ConnectionLocal
{

}
