org.jboss.cdi.tck.tests.lookup.clientProxy.incontainer
Class Car

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.clientProxy.incontainer.Car
All Implemented Interfaces:
Serializable

@RequestScoped
public class Car
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Car()
           
 
Method Summary
 String getMake()
           
 void setMake(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Car

public Car()
Method Detail

getMake

public String getMake()

setMake

public void setMake(String name)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.