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

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Asset
Direct Known Subclasses:
FinancialAsset, PropertyAsset

@Entity
public class Asset
extends Object


Constructor Summary
Asset()
           
 
Method Summary
 Integer getId()
           
 Parent getParent()
           
 void setId(Integer id)
           
 void setParent(Parent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asset

public Asset()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getParent

public Parent getParent()

setParent

public void setParent(Parent parent)


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