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

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

public class DueTo
extends Object
implements 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: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
DueTo()
           
 
Method Summary
 String getEmail()
          Get email of the person to be credited for this change.
 String getName()
          Get name of the person to be credited for this change.
 void setEmail(String email)
          Set email of the person to be credited for this change.
 void setName(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 String getEmail()
Get email of the person to be credited for this change.

Returns:
String

getName

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

Returns:
String

setEmail

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

Parameters:
email -

setName

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

Parameters:
name -


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