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

/**
 * Remote interface for CourseFS.
 */
public interface CourseFS
   extends javax.ejb.EJBObject
{
   /**
    * Gets the Course Name associated with the Course. Business method
    */
   public java.lang.String getCourseName(  )
      throws java.rmi.RemoteException;

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

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

   /**
    * Gets the Section of the Course Business method
    */
   public java.lang.String getSection(  )
      throws java.rmi.RemoteException;

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

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

}
