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

/**
 * Local interface for CourseFS.
 */
public interface CourseFSLocal
   extends javax.ejb.EJBLocalObject
{
   /**
    * Gets the Course Name associated with the Course. Business method
    */
   public java.lang.String getCourseName(  ) ;

   /**
    * Gets the Course Number associated with the course. Business method
    */
   public java.lang.String getCourseNumber(  ) ;

   /**
    * Gets the term associated with the course. Business method
    */
   public java.lang.String getTerm(  ) ;

   /**
    * Business method
    */
   public void setCourseName( java.lang.String name ) ;

   /**
    * Business method
    */
   public com.dragonsoft.tryapp.ejb.entity.interfaces.CourseKey getKey(  ) ;

}
