FileDocCategorySizeDatePackage
RegisterAction.javaAPI DocJBoss 4.2.1880Fri Jul 13 20:55:40 BST 2007xpetstore.web.webwork.action.customer

RegisterAction

public class RegisterAction extends xpetstore.web.webwork.action.BaseAction
author
Herve Tchepannou
webwork.action
name="register" success="register.vm"

Fields Summary
private xpetstore.domain.Customer
_customer
Constructors Summary
Methods Summary
public xpetstore.domain.CustomergetCustomer()

return
Customer


    //~ Methods ----------------------------------------------------------------

           
        
    
        return _customer;
    
public voidsetCustomer(xpetstore.domain.Customer customer)
Sets the customer.

param
customer The customer to set

        _customer = customer;