Uses of Class
org.openbandy.example.bos.Car

Packages that use Car
org.openbandy.example.bos   
org.openbandy.example.test   
 

Uses of Car in org.openbandy.example.bos
 

Subclasses of Car in org.openbandy.example.bos
 class EuropeanSportscar
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 class Sportscar
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 

Methods in org.openbandy.example.bos that return Car
static Car TestDataGenerator.createDummyCar()
          TODO comment!
 

Methods in org.openbandy.example.bos with parameters of type Car
static void TestDataGenerator.fillCarObjectWithDummyValues(Car car)
           
 

Uses of Car in org.openbandy.example.test
 

Methods in org.openbandy.example.test with parameters of type Car
 boolean RmsSerializerTest.testDeletion(Car car)