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

/**
 * Remote interface for AssignmentFS.
 */
public interface AssignmentFS
   extends javax.ejb.EJBObject
{
   /**
    * Business method
    */
   public com.dragonsoft.tryapp.ejb.entity.interfaces.AssignmentKey getKey(  )
      throws java.rmi.RemoteException;

   /**
    * Business method
    */
   public java.lang.String getAssignmentName(  )
      throws java.rmi.RemoteException;

   /**
    * Business method
    */
   public java.lang.String getAssignmentNumber(  )
      throws java.rmi.RemoteException;

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

}
