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

java.lang.Object
  extended byorg.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: 816588 $ $Date: 2012-05-08 12:37:27 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
Author()
           
 
Method Summary
 java.lang.String getAuthorEmail()
          Get The page author email.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get The page author name.
 void setAuthorEmail(java.lang.String authorEmail)
          Set The page author email.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


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