org.hibernate.test.annotations.onetoone.hhh4851
Class ManagedDevice
java.lang.Object
   org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
       org.hibernate.test.annotations.onetoone.hhh4851.ManagedDevice
org.hibernate.test.annotations.onetoone.hhh4851.ManagedDevice
- @Entity
public class ManagedDevice 
- extends BaseEntity
this class represents a logical representation of a terminal it could be linked to a terminal or not it contains the
 alias of the terminal and is virtualizable
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ManagedDevice
public ManagedDevice()
ManagedDevice
public ManagedDevice(String alias)
getName
public String getName()
- 
 
getDevice
public Device getDevice()
- 
 
getDeviceGroupConfig
public DeviceGroupConfig getDeviceGroupConfig()
- 
 
setName
public void setName(String alias)
- 
 
setDevice
public void setDevice(Device terminal)
- 
 
setDeviceGroupConfig
public void setDeviceGroupConfig(DeviceGroupConfig terminalGroup)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.