|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.Author
public class Author
Used to store author information
Constructor Summary | |
---|---|
Author(java.lang.String name,
java.lang.String email,
java.lang.String description)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Used to get the description of the author's role on the project |
java.lang.String |
getEmail()
Used to get the email of the author |
java.lang.String |
getName()
Used to get the name of the author |
void |
setDescription(java.lang.String description)
Used to set the description of the author's role on the project |
void |
setEmail(java.lang.String email)
Used to set the email of the author |
void |
setName(java.lang.String name)
Used to set the name of the author |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Author(java.lang.String name, java.lang.String email, java.lang.String description)
name
- The name of the authoremail
- The email of the authordescription
- The description of the author's role on the projectMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of the authorpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- The email of the authorpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the author's role on the project
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |