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

java.lang.Object
  extended byorg.apache.maven.plugins.changes.model.DueTo
All Implemented Interfaces:
java.io.Serializable

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

Name and Email of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.

Version:
$Revision: 816588 $ $Date: 2012-05-08 12:37:27 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
DueTo()
           
 
Method Summary
 java.lang.String getEmail()
          Get email of the person to be credited for this change.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get name of the person to be credited for this change.
 void setEmail(java.lang.String email)
          Set email of the person to be credited for this change.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setName(java.lang.String name)
          Set name of the person to be credited for this change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DueTo

public DueTo()
Method Detail

getEmail

public java.lang.String getEmail()
Get email of the person to be credited for this change.

Returns:
String

getName

public java.lang.String getName()
Get name of the person to be credited for this change.

Returns:
String

setEmail

public void setEmail(java.lang.String email)
Set email of the person to be credited for this change.

Parameters:
email -

setName

public void setName(java.lang.String name)
Set name of the person to be credited for this change.

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.