org.apache.maven.plugins.changes.model
Class Author

java.lang.Object
  extended by 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: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

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

Author

public Author()
Method Detail

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 -

setName

public void setName(String name)
Set the page author name.

Parameters:
name -


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.