org.hibernate.test.annotations.tableperclass
Class T800

java.lang.Object
  extended by org.hibernate.test.annotations.tableperclass.Machine
      extended by org.hibernate.test.annotations.tableperclass.Robot
          extended by org.hibernate.test.annotations.tableperclass.T800

@Entity
public class T800
extends Robot


Constructor Summary
T800()
           
 
Method Summary
 String getTargetName()
           
 void setTargetName(String targetName)
           
 
Methods inherited from class org.hibernate.test.annotations.tableperclass.Robot
getName, setName
 
Methods inherited from class org.hibernate.test.annotations.tableperclass.Machine
getId, getWeight, setId, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T800

public T800()
Method Detail

getTargetName

public String getTargetName()

setTargetName

public void setTargetName(String targetName)


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