org.hibernate.test.annotations.onetoone.hhh4851
Class DeviceGroupConfig
java.lang.Object
org.hibernate.test.annotations.onetoone.hhh4851.BaseEntity
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceGroupConfig
public DeviceGroupConfig()
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.