| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject
org.hibernate.test.annotations.manytoone.referencedcolumnname.ZItemCost
@Entity public class ZItemCost
| Field Summary | 
|---|
| Fields inherited from class org.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject | 
|---|
| id, uid, version | 
| Constructor Summary | |
|---|---|
| ZItemCost() | |
| Method Summary | |
|---|---|
|  BigDecimal | getCost() | 
|  Item | getItem() | 
|  Vendor | getVendor() | 
|  void | setCost(BigDecimal cost) | 
|  void | setItem(Item item) | 
|  void | setVendor(Vendor vendor) | 
| Methods inherited from class org.hibernate.test.annotations.manytoone.referencedcolumnname.GenericObject | 
|---|
| equals, getId, getUid, getVersion, hashCode, incrementVersion, setId, setUid, setVersion | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ZItemCost()
| Method Detail | 
|---|
public Item getItem()
public void setItem(Item item)
public Vendor getVendor()
public void setVendor(Vendor vendor)
public BigDecimal getCost()
public void setCost(BigDecimal cost)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||