org.hibernate.jsr303.tck.tests.constraints.application
Class Building
java.lang.Object
org.hibernate.jsr303.tck.tests.constraints.application.Building
public class Building
- extends Object
- Author:
- Hardy Ferentschik
Constructor Summary |
Building(long buildingCosts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Building
public Building(long buildingCosts)
getBuildingCosts
@Max(value=5000000L,
message="Building costs are max {max} dollars.")
public long getBuildingCosts()
Copyright © 2008-2011. All Rights Reserved.