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

java.lang.Object
  extended by org.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$ $Date$
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 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 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 -


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