org.apache.tapestry.form
Class SimpleBean
java.lang.Object
org.apache.tapestry.form.SimpleBean
public class SimpleBean
- extends Object
Used by the BeanPropertySelectionModelTest
to test
listing/selecting bean properties.
- Author:
- jkuhnert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_id
protected int _id
_name
protected String _name
_description
protected String _description
SimpleBean
public SimpleBean()
- Default constructor.
SimpleBean
public SimpleBean(int id,
String name,
String description)
- Creates a new instance with default values.
- Parameters:
id
- name
- description
-
getDescription
public String getDescription()
- Returns:
- Returns the description.
getId
public int getId()
- Returns:
- Returns the id.
getName
public String getName()
- Returns:
- Returns the name.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.