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

java.lang.Object
  extended by org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
      extended by 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


Constructor Summary
ManagedDevice()
           
ManagedDevice(String alias)
           
 
Method Summary
 Device getDevice()
           
 DeviceGroupConfig getDeviceGroupConfig()
           
 String getName()
           
 void setDevice(Device terminal)
           
 void setDeviceGroupConfig(DeviceGroupConfig terminalGroup)
           
 void setName(String alias)
           
 
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

ManagedDevice

public ManagedDevice()

ManagedDevice

public ManagedDevice(String alias)
Method Detail

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.