org.hibernate.jsr303.tck.tests.constraints.application
Class Visibility
java.lang.Object
org.hibernate.jsr303.tck.tests.constraints.application.Visibility
public class Visibility
- extends Object
- Author:
- Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
publicValue
@Min(value=100L,
message="publicField")
public int publicValue
protectedValue
@Min(value=100L,
message="protectedField")
protected int protectedValue
Visibility
public Visibility()
getPublicValue
@DecimalMin(value="100.0",
message="publicProperty")
public int getPublicValue()
setValues
public void setValues(int value)
getProtectedValue
@DecimalMin(value="100.0",
message="protectedProperty")
protected int getProtectedValue()
Copyright © 2008-2011. All Rights Reserved.