org.apache.myfaces.trinidaddemo
Class CarOption

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.CarOption

public class CarOption
extends Object


Constructor Summary
CarOption(String name, int price)
           
 
Method Summary
 String getName()
           
 int getPrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarOption

public CarOption(String name,
                 int price)
Method Detail

getName

public String getName()

getPrice

public int getPrice()


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.