org.hibernate.jsr303.tck.tests.metadata
Class Account
java.lang.Object
org.hibernate.jsr303.tck.tests.metadata.Account
@AccountChecker
public class Account
- extends Object
Class with no constraints but with a cascade @Valid annotation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
getAccountLogin
public String getAccountLogin()
setAccountLogin
public void setAccountLogin(String accountLogin)
getCustomer
public Customer getCustomer()
setCustomer
public void setCustomer(Customer customer)
Copyright © 2008-2011. All Rights Reserved.