org.apache.myfaces.examples.selectOneRow
Class SimpleCar

java.lang.Object
  extended by org.apache.myfaces.examples.selectOneRow.SimpleCar
All Implemented Interfaces:
Serializable

public class SimpleCar
extends Object
implements Serializable

DOCUMENT ME!

Version:
$Revision: 371731 $ $Date: 2006-01-24 01:18:44 +0100 (Di, 24 J�n 2006) $
Author:
Thomas Spiegl (latest modification by $Author: werpu $)
See Also:
Serialized Form

Constructor Summary
SimpleCar(int id, String type, String color)
           
 
Method Summary
 String getColor()
           
 int getId()
           
 String getType()
           
 void setColor(String color)
           
 void setId(int id)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCar

public SimpleCar(int id,
                 String type,
                 String color)
Method Detail

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.