com.solidstategroup.action
Class EcardAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.action.EcardAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class EcardAction
extends com.solidstategroup.webwork.BaseAction

EcardAction Basically a wrapped form

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
EcardAction()
           
 
Method Summary
 Ecard getEcard()
           
 java.lang.String getEid()
           
 java.lang.String retrieveEcard()
           
 java.lang.String sendEcard()
           
 void setEcard(Ecard ecard)
           
 void setEid(java.lang.String eid)
           
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcardAction

public EcardAction()
Method Detail

retrieveEcard

public java.lang.String retrieveEcard()

sendEcard

public java.lang.String sendEcard()

getEid

public java.lang.String getEid()

setEid

public void setEid(java.lang.String eid)

getEcard

public Ecard getEcard()

setEcard

public void setEcard(Ecard ecard)