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

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

public class Author
extends java.lang.Object
implements java.io.Serializable

A description of the author page.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Author()
           
 
Method Summary
 java.lang.String getAuthorEmail()
          Get the page author email.
 java.lang.String getName()
          Get the page author name.
 void setAuthorEmail(java.lang.String authorEmail)
          Set the page author email.
 void setName(java.lang.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 java.lang.String getAuthorEmail()
Get the page author email.

Returns:
String

getName

public java.lang.String getName()
Get the page author name.

Returns:
String

setAuthorEmail

public void setAuthorEmail(java.lang.String authorEmail)
Set the page author email.

Parameters:
authorEmail -

setName

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

Parameters:
name -


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