org.apache.myfaces.examples.listexample
Class SimpleCar
java.lang.Object
org.apache.myfaces.examples.listexample.SimpleCar
- All Implemented Interfaces:
- Serializable
public class SimpleCar
- extends Object
- implements Serializable
DOCUMENT ME!
- Version:
- $Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCar
public SimpleCar(int id,
String type,
String color)
getId
public int getId()
setId
public void setId(int id)
getType
public String getType()
setType
public void setType(String type)
getColor
public String getColor()
setColor
public void setColor(String color)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.