java.lang.Object
org.apache.maven.plugins.changes.model.Author
All Implemented Interfaces:
Serializable

public class Author extends Object implements Serializable
A description of the author page.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Author

      public Author()
  • Method Details

    • getAuthorEmail

      public String getAuthorEmail()
      Get the page author email.
      Returns:
      String
    • getName

      public String getName()
      Get the page author name.
      Returns:
      String
    • setAuthorEmail

      public void setAuthorEmail(String authorEmail)
      Set the page author email.
      Parameters:
      authorEmail - a authorEmail object.
    • setName

      public void setName(String name)
      Set the page author name.
      Parameters:
      name - a name object.