org.hibernate.test.propertyref.inheritence.union
Class Account

java.lang.Object
  extended by org.hibernate.test.propertyref.inheritence.union.Account

public class Account
extends Object


Constructor Summary
Account()
           
 
Method Summary
 String getAccountId()
           
 Customer getCustomer()
           
 Person getPerson()
           
 char getType()
           
 void setAccountId(String accountId)
           
 void setCustomer(Customer user)
           
 void setPerson(Person person)
           
 void setType(char type)
           
 
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

getCustomer

public Customer getCustomer()
Returns:
Returns the user.

setCustomer

public void setCustomer(Customer 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.

getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.