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

/**
 * Remote interface for Assignment.
 * @author Shaun Newsum The AssignmentBean handles calls to create/update/delete and query for assignments 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 assignments
 */
public interface Assignment
   extends com.dragonsoft.tryapp.ejb.entity.interfaces.Connection
{
   /**
    * Business method
    */
   public com.dragonsoft.tryapp.common.AssignmentObj getAssignment(  )
      throws java.rmi.RemoteException;

   /**
    * Business method
    */
   public void setAssignment( com.dragonsoft.tryapp.common.AssignmentObj assignment )
      throws java.rmi.RemoteException;

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

   /**
    * Business method
    */
   public void setItemKey( com.dragonsoft.tryapp.ejb.entity.interfaces.AssignmentPK itemKey )
      throws java.rmi.RemoteException;

}
