Class Thesis

java.lang.Object
  |
  +--Thesis

public class Thesis
extends java.lang.Object


Constructor Summary
Thesis(java.lang.String t, java.lang.String g)
          Constructor to initialize thesis title and guide
 
Method Summary
 void printThesis()
          Print thesis title and guide onto console
 void printThesis(java.io.PrintStream p)
          Print thesis title and guide in a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thesis

public Thesis(java.lang.String t,
              java.lang.String g)
Constructor to initialize thesis title and guide

Method Detail

printThesis

public void printThesis(java.io.PrintStream p)
Print thesis title and guide in a file


printThesis

public void printThesis()
Print thesis title and guide onto console