org.apache.wicket.examples.ajax.builtin
Class FormPage.Bean

java.lang.Object
  extended by org.apache.wicket.examples.ajax.builtin.FormPage.Bean
All Implemented Interfaces:
Serializable, IClusterable
Enclosing class:
FormPage

public static class FormPage.Bean
extends Object
implements IClusterable

simple java bean.

See Also:
Serialized Form

Constructor Summary
FormPage.Bean()
           
 
Method Summary
 String getEmail()
          Gets email.
 String getName()
          Gets name.
 void setEmail(String email)
          Sets email.
 void setName(String name)
          Sets name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormPage.Bean

public FormPage.Bean()
Method Detail

getEmail

public String getEmail()
Gets email.

Returns:
email

setEmail

public void setEmail(String email)
Sets email.

Parameters:
email - email

getName

public String getName()
Gets name.

Returns:
name

setName

public void setName(String name)
Sets name.

Parameters:
name - name


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