org.apache.shale.usecases.validator
Class Test

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.view.AbstractViewController
          extended by org.apache.shale.usecases.validator.Test
All Implemented Interfaces:
org.apache.shale.view.ViewController

public class Test
extends org.apache.shale.view.AbstractViewController

Backing bean for the validator use case.

$Id: Test.java 464373 2006-10-16 04:21:54Z rahul $


Constructor Summary
Test()
           
 
Method Summary
 double getAmount()
          Return the amount.
 String getCreditCard()
          Return the creditCard.
 Date getExpirationDate()
          Return the expirationDate.
 Procedure[] getProcedures()
           
 void setAmount(double newValue)
          Set the amount.
 void setCreditCard(String newValue)
          Set the creditCard.
 void setExpirationDate(Date newValue)
          Set the expirationDate.
 
Methods inherited from class org.apache.shale.view.AbstractViewController
destroy, init, isPostBack, preprocess, prerender, setPostBack
 
Methods inherited from class org.apache.shale.view.AbstractFacesBean
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

getAmount

public double getAmount()

Return the amount.


setAmount

public void setAmount(double newValue)

Set the amount.


getCreditCard

public String getCreditCard()

Return the creditCard.


setCreditCard

public void setCreditCard(String newValue)

Set the creditCard.


getExpirationDate

public Date getExpirationDate()

Return the expirationDate.


setExpirationDate

public void setExpirationDate(Date newValue)

Set the expirationDate.


getProcedures

public Procedure[] getProcedures()


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.