com.hyper9.simdk.stubs.dao
Class SendEmailAction

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.Action
          extended by com.hyper9.simdk.stubs.dao.SendEmailAction
All Implemented Interfaces:
Serializable

public class SendEmailAction
extends Action

Author:
akutz
See Also:
Serialized Form

Constructor Summary
SendEmailAction()
           
 
Method Summary
 String getBody()
           
 String getCcList()
           
 String getSubject()
           
 String getToList()
           
 void setBody(String toSet)
           
 void setCcList(String toSet)
           
 void setSubject(String toSet)
           
 void setToList(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendEmailAction

public SendEmailAction()
Method Detail

getToList

public String getToList()

setToList

public void setToList(String toSet)

getCcList

public String getCcList()

setCcList

public void setCcList(String toSet)

getSubject

public String getSubject()

setSubject

public void setSubject(String toSet)

getBody

public String getBody()

setBody

public void setBody(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.