|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.library.LibraryDocument
public class LibraryDocument
Field Summary | |
---|---|
protected String |
author
Name of the author/maintainer of this document. |
protected String |
description
Textual description of this document's content. |
protected String |
name
Descriptive name of this document. |
Constructor Summary | |
---|---|
LibraryDocument()
|
Method Summary | |
---|---|
String |
getAuthor()
Returns name of the author/maintainer of this book. |
String |
getDescription()
Returns textual description of this book's contents. |
String |
getName()
Returns descriptive name of this book. |
void |
setAuthor(String n)
Sets name of the author/maintainer of this book. |
void |
setDescription(String n)
Sets textual description of this book's contents. |
void |
setName(String n)
Sets descriptive name of this book. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String author
protected String description
Constructor Detail |
---|
public LibraryDocument()
Method Detail |
---|
public void setName(String n)
n
- a String
valuepublic String getName()
String
valuepublic void setAuthor(String n)
n
- a String
valuepublic String getAuthor()
String
valuepublic void setDescription(String n)
n
- a String
valuepublic String getDescription()
String
value
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |