org.hibernate.test.cuk
Class Account
java.lang.Object
   org.hibernate.test.cuk.Account
org.hibernate.test.cuk.Account
- All Implemented Interfaces: 
- Serializable
- public class Account 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Account
public Account()
getUser
public Person getUser()
- 
 
- 
- Returns:
- Returns the user.
 
setUser
public void setUser(Person user)
- 
 
- 
- Parameters:
- user- The user to set.
 
getAccountId
public String getAccountId()
- 
 
- 
- Returns:
- Returns the accountId.
 
setAccountId
public void setAccountId(String accountId)
- 
 
- 
- Parameters:
- accountId- The accountId to set.
 
getType
public char getType()
- 
 
- 
- Returns:
- Returns the type.
 
setType
public void setType(char type)
- 
 
- 
- Parameters:
- type- The type to set.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.