|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBook
Fiction
Novel
public class Novel
Field Summary | |
---|---|
private int |
sequels
|
Fields inherited from class Fiction |
---|
mainCharacter |
Fields inherited from class Book |
---|
pages, value |
Constructor Summary | |
---|---|
Novel()
|
|
Novel(java.lang.String theAuthor,
java.lang.String theTitle,
int thePages,
java.lang.Double theValue,
java.lang.String theMainCharacter,
int sqls)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class Fiction |
---|
compareTo, getMainCharacter, setMainCharacter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int sequels
Constructor Detail |
---|
public Novel()
public Novel(java.lang.String theAuthor, java.lang.String theTitle, int thePages, java.lang.Double theValue, java.lang.String theMainCharacter, int sqls)
Method Detail |
---|
public java.lang.String toString()
toString
in class Fiction
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |