Class DueTo

java.lang.Object
org.codehaus.modello.test.features.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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    Email of the person to be credited for this change.
    private String
    Name of the person to be credited for this change.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get email of the person to be credited for this change.
    Get name of the person to be credited for this change.
    void
    Set email of the person to be credited for this change.
    void
    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
  • Field Details

    • name

      private String name
      Name of the person to be credited for this change.
    • email

      private String email
      Email of the person to be credited for this change.
  • Constructor Details

  • 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.