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

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Parent

@Entity
public class Parent
extends Object


Constructor Summary
Parent()
           
 
Method Summary
 Set getFinancialAssets()
           
 Integer getId()
           
 Set getPropertyAssets()
           
 void setFinancialAssets(Set financialAssets)
           
 void setId(Integer id)
           
 void setPropertyAssets(Set propertyAssets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getPropertyAssets

public Set getPropertyAssets()

setPropertyAssets

public void setPropertyAssets(Set propertyAssets)

getFinancialAssets

public Set getFinancialAssets()

setFinancialAssets

public void setFinancialAssets(Set financialAssets)


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