com.atlassian.jira.mail
Class DummyUser

java.lang.Object
  extended by com.atlassian.jira.mail.DummyUser

public class DummyUser
extends Object

Used to represent a deleted user. For example, if a notification e-mail is being sent and a user who is, for exmaple, a reporter of the issue has been deleted from the system, we need an object that represets the user. (We cannot subclass com.opensymphony.user.User as it is final).


Constructor Summary
DummyUser(String name)
           
 
Method Summary
 String getEmail()
           
 String getFullName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyUser

public DummyUser(String name)
Method Detail

getEmail

public String getEmail()

getFullName

public String getFullName()

getName

public String getName()


Copyright © 2002-2007 Atlassian. All Rights Reserved.