|
|||||||||
Home >> All >> openfuture >> util >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.util.forms
Class TransactionResultForm

java.lang.Objectorg.apache.struts.action.ActionForm
openfuture.util.forms.TransactionResultForm
- All Implemented Interfaces:
- java.io.Serializable
- public class TransactionResultForm
- extends org.apache.struts.action.ActionForm
Form bean containing results of a transaction.
Created: Wed Jan 24 06:05:27 2001
- Version:
- $Revision: 1.3 $
Field Summary | |
private java.lang.String |
continueText
|
private java.lang.String |
continueURL
|
private java.util.LinkedList |
messages
|
private java.lang.String |
title
|
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary | |
TransactionResultForm()
Creates a new TransactionResultForm instance. |
|
TransactionResultForm(java.lang.String title,
java.util.LinkedList messages,
java.lang.String continueText,
java.lang.String continueURL)
Creates a new TransactionResultForm instance and
sets all bean attributes. |
Method Summary | |
java.lang.String |
getContinueText()
Returns the text of the "Continue" link. |
java.lang.String |
getContinueURL()
Returns the URL where the "Continue" link points to. |
java.util.LinkedList |
getMessages()
Returns the messages to be displayed. |
java.lang.String |
getTitle()
Returns the title to be displayed. |
void |
setContinueText(java.lang.String v)
Set the text of the "Continue" link. |
void |
setContinueURL(java.lang.String v)
Set the URL where the "Continue" link points to. |
void |
setMessages(java.util.LinkedList v)
Set the messages to be displayed. |
void |
setTitle(java.lang.String v)
Set the title to be displayed. |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
continueURL
private java.lang.String continueURL
continueText
private java.lang.String continueText
title
private java.lang.String title
messages
private java.util.LinkedList messages
Constructor Detail |
TransactionResultForm
public TransactionResultForm()
- Creates a new
TransactionResultForm
instance. Does nothing.
TransactionResultForm
public TransactionResultForm(java.lang.String title, java.util.LinkedList messages, java.lang.String continueText, java.lang.String continueURL)
- Creates a new
TransactionResultForm
instance and sets all bean attributes.
Method Detail |
getTitle
public java.lang.String getTitle()
- Returns the title to be displayed.
setTitle
public void setTitle(java.lang.String v)
- Set the title to be displayed.
getMessages
public java.util.LinkedList getMessages()
- Returns the messages to be displayed.
setMessages
public void setMessages(java.util.LinkedList v)
- Set the messages to be displayed.
getContinueText
public java.lang.String getContinueText()
- Returns the text of the "Continue" link.
setContinueText
public void setContinueText(java.lang.String v)
- Set the text of the "Continue" link.
getContinueURL
public java.lang.String getContinueURL()
- Returns the URL where the "Continue" link points to.
setContinueURL
public void setContinueURL(java.lang.String v)
- Set the URL where the "Continue" link points to.
|
|||||||||
Home >> All >> openfuture >> util >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |