|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Thesis
| 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 |
public Thesis(java.lang.String t,
java.lang.String g)
| Method Detail |
public void printThesis(java.io.PrintStream p)
public void printThesis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||