org.hibernate.test.annotations.inheritance.joined
Class Asset
java.lang.Object
org.hibernate.test.annotations.inheritance.joined.Asset
- Direct Known Subclasses:
- FinancialAsset, PropertyAsset
@Entity
public class Asset
- extends Object
Constructor Summary |
Asset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Asset
public Asset()
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.