org.kuali.rice.core.api.mail
Class EmailSubject

java.lang.Object
  extended by org.kuali.rice.core.api.mail.EmailSubject

public class EmailSubject
extends Object

The subject of an email message.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
EmailSubject(String subject)
           
 
Method Summary
 String getSubject()
           
 void setSubject(String subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailSubject

public EmailSubject(String subject)
Method Detail

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.