org.hibernate.test.annotations.inheritance.joined
Class SymbolicLink
java.lang.Object
org.hibernate.test.annotations.inheritance.joined.File
org.hibernate.test.annotations.inheritance.joined.SymbolicLink
@Entity
public class SymbolicLink
- extends File
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolicLink
public SymbolicLink(File target)
getTarget
public File getTarget()
setTarget
public void setTarget(File target)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.