org.hibernate.test.annotations.inheritance.mixed
Class Document

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.mixed.File
      extended by org.hibernate.test.annotations.inheritance.mixed.Document

@Entity
public class Document
extends File


Method Summary
 int getSize()
           
 void setSize(int size)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.mixed.File
getName, getParent, setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()

setSize

public void setSize(int size)


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