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

/**
 * Local interface for Student.
 * @author Shaun Newsum The StudentBean handles calls to create/update/delete and query for students 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 students
 */
public interface StudentLocal
   extends com.dragonsoft.tryapp.ejb.entity.interfaces.ConnectionLocal
{
   /**
    * Business method
    */
   public com.dragonsoft.tryapp.ejb.entity.interfaces.UserRolePK getItemKey(  ) ;

   /**
    * Business method
    */
   public void setItemKey( com.dragonsoft.tryapp.ejb.entity.interfaces.UserRolePK itemKey ) ;

}
