openfuture.util.forms
Class TransactionResultForm

java.lang.Object
  |
  +--org.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 $
Author:
Wolfgang Reissenberger
See Also:
Serialized Form

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, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.
Parameters:
title - the title to be displayed.
message - the messages to be displayed.
continueText - the text of the "Continue"-Link.
continueURL - the URL of the "Continue"-Link.
Method Detail

getTitle

public java.lang.String getTitle()
Returns the title to be displayed.
Returns:
the title.

setTitle

public void setTitle(java.lang.String v)
Set the title to be displayed.
Parameters:
v - the title.

getMessages

public java.util.LinkedList getMessages()
Returns the messages to be displayed.
Returns:
the list of messages.

setMessages

public void setMessages(java.util.LinkedList v)
Set the messages to be displayed.
Parameters:
v - the list of messages.

getContinueText

public java.lang.String getContinueText()
Returns the text of the "Continue" link.
Returns:
the text.

setContinueText

public void setContinueText(java.lang.String v)
Set the text of the "Continue" link.
Parameters:
v - the text.

getContinueURL

public java.lang.String getContinueURL()
Returns the URL where the "Continue" link points to.
Returns:
the link as String.

setContinueURL

public void setContinueURL(java.lang.String v)
Set the URL where the "Continue" link points to.
Parameters:
v - the link as String.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.