|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugins.changes.model.Author
public class Author
A description of the author page.
Constructor Summary | |
---|---|
Author()
|
Method Summary | |
---|---|
String |
getAuthorEmail()
Get the page author email. |
String |
getName()
Get the page author name. |
void |
setAuthorEmail(String authorEmail)
Set the page author email. |
void |
setName(String name)
Set the page author name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Author()
Method Detail |
---|
public String getAuthorEmail()
public String getName()
public void setAuthorEmail(String authorEmail)
authorEmail
- public void setName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |