org.hibernate.test.annotations.manytomany
Class BuildingCompany

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.Company
      extended by org.hibernate.test.annotations.manytomany.BuildingCompany
All Implemented Interfaces:
Serializable

@Entity
public class BuildingCompany
extends Company

See Also:
Serialized Form

Constructor Summary
BuildingCompany()
           
 
Method Summary
 Date getFoundedIn()
           
 Long getId()
           
 void setFoundedIn(Date foundedIn)
           
 
Methods inherited from class org.hibernate.test.annotations.manytomany.Company
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildingCompany

public BuildingCompany()
Method Detail

getFoundedIn

public Date getFoundedIn()

setFoundedIn

public void setFoundedIn(Date foundedIn)

getId

public Long getId()


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