nathan.middleware
Class StudentFactory

java.lang.Object
  extended by nathan.middleware.StudentFactory

public class StudentFactory
extends java.lang.Object

StudentFactory is used to create a new student by reading in the users input from the terminal then set all of the attributes for the student.

Author:
Nathan Balon
Advance Operating Systems CIS 578
University of Michigan Dearborn
Remote Method Invocation Middleware Project

Method Summary
static Student create()
          Creates a new Student.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Student create()
Creates a new Student.

Returns:
Student the new student that was created