Class Author
java.lang.Object
org.apache.maven.plugins.changes.model.Author
- All Implemented Interfaces:
Serializable
A description of the author page.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the page author email.getName()
Get the page author name.void
setAuthorEmail
(String authorEmail) Set the page author email.void
Set the page author name.
-
Constructor Details
-
Author
public Author()
-
-
Method Details
-
getAuthorEmail
Get the page author email.- Returns:
- String
-
getName
Get the page author name.- Returns:
- String
-
setAuthorEmail
Set the page author email.- Parameters:
authorEmail
- a authorEmail object.
-
setName
Set the page author name.- Parameters:
name
- a name object.
-