org.hibernate.test.annotations.onetoone.hhh4851
Class Device

java.lang.Object
  extended by org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
      extended by org.hibernate.test.annotations.onetoone.hhh4851.Hardware
          extended by org.hibernate.test.annotations.onetoone.hhh4851.Device

@Entity
public class Device
extends Hardware


Constructor Summary
Device()
           
 
Method Summary
 ManagedDevice getManagedDevice()
           
 String getTag()
           
 void setManagedDevice(ManagedDevice logicalterminal)
           
 void setTag(String tag)
           
 
Methods inherited from class org.hibernate.test.annotations.onetoone.hhh4851.Hardware
getParent, setParent
 
Methods inherited from class org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
getId, getOwner, getVersion, setId, setOwner, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Device

public Device()
Method Detail

getManagedDevice

public ManagedDevice getManagedDevice()

getTag

public String getTag()

setManagedDevice

public void setManagedDevice(ManagedDevice logicalterminal)

setTag

public void setTag(String tag)


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