org.hibernate.jsr303.tck.tests.metadata
Class Account

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.metadata.Account

@AccountChecker
public class Account
extends Object

Class with no constraints but with a cascade @Valid annotation


Constructor Summary
Account()
           
 
Method Summary
 String getAccountLogin()
           
 Customer getCustomer()
           
 void setAccountLogin(String accountLogin)
           
 void setCustomer(Customer customer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()
Method Detail

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.