org.hibernate.test.annotations.inheritance.union
Class File

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.union.File
Direct Known Subclasses:
Document, Folder, SymbolicLink

@Entity
public abstract class File
extends Object


Constructor Summary
File(String name)
           
 
Method Summary
 String getName()
           
 Folder getParent()
           
 void setName(String id)
           
 void setParent(Folder parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File(String name)
Method Detail

getName

public String getName()

setName

public void setName(String id)

getParent

public Folder getParent()

setParent

public void setParent(Folder parent)


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