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

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

@Entity
public class DeviceGroupConfig
extends BaseEntity

A group of logical terminals. Used to group them for Configuration purpose. That's why a LogicalTerminal can only have one TerminalGroup.


Constructor Summary
DeviceGroupConfig()
           
 
Method Summary
 String getName()
          Not unique, because we could use the same name in two different organizations.
 void setName(String name)
           
 
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

DeviceGroupConfig

public DeviceGroupConfig()
Method Detail

getName

public String getName()
Not unique, because we could use the same name in two different organizations.

Returns:

setName

public void setName(String name)


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