Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.legacy
Class J  view J download J.java

java.lang.Object
  extended byorg.hibernate.test.legacy.I
      extended byorg.hibernate.test.legacy.J

public class J
extends I


Field Summary
private  float amount
           
 
Fields inherited from class org.hibernate.test.legacy.I
 
Constructor Summary
J()
           
 
Method Summary
(package private)  float getAmount()
           
(package private)  void setAmount(float amount)
           
 
Methods inherited from class org.hibernate.test.legacy.I
getName, getParent, getType, setName, setParent, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

private float amount
Constructor Detail

J

public J()
Method Detail

setAmount

void setAmount(float amount)

getAmount

float getAmount()