org.hibernate.jsr303.tck.tests.constraints.groups
Class Car

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.constraints.groups.Car

public class Car
extends Object

Author:
Emmanuel Bernard, Hardy Ferentschik

Nested Class Summary
static interface Car.Test
           
 
Constructor Summary
Car()
           
 
Method Summary
 String getType()
           
 void setType(String type)
           
 
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

getType

public String getType()

setType

public void setType(String type)


Copyright © 2008-2011. All Rights Reserved.