org.kuali.rice.kew.mail
Class EmailFrom
java.lang.Object
org.kuali.rice.kew.mail.EmailFrom
public class EmailFrom
- extends Object
The from address of an email message.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromAddress
private String fromAddress
EmailFrom
public EmailFrom(String fromAddress)
getFromAddress
public String getFromAddress()
setFromAddress
public void setFromAddress(String fromAddress)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.