java.lang.Object
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$ $Date$
See Also:
  • Constructor Details

    • DueTo

      public DueTo()
  • Method Details

    • 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 - a email object.
    • setName

      public void setName(String name)
      Set name of the person to be credited for this change.
      Parameters:
      name - a name object.