org.hibernate.test.annotations.inheritance.joined
Class Client

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Person
      extended by org.hibernate.test.annotations.inheritance.joined.Client
All Implemented Interfaces:
Serializable

@Entity
public class Client
extends Person
implements Serializable

See Also:
Serialized Form

Constructor Summary
Client()
           
 
Method Summary
 Account getAccount()
           
 String getCity()
           
 String getCode()
           
 String getStreet()
           
 void setAccount(Account account)
           
 void setCity(String city)
           
 void setCode(String code)
           
 void setStreet(String street)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.Person
getFirstname, getId, getName, setFirstname, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

getAccount

public Account getAccount()

setAccount

public void setAccount(Account account)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getCode

public String getCode()

setCode

public void setCode(String code)

getCity

public String getCity()

setCity

public void setCity(String city)


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