public class DeviceUnit extends DeviceElement implements IDeviceUnit, java.io.Serializable
IDeviceUnit
.Constructor and Description |
---|
DeviceUnit() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IDeviceSlot> |
getDeviceSlots()
Get list of slots associated with the unit.
|
java.util.List<IDeviceUnit> |
getDeviceUnits()
Get list of subordinate units associated with the unit.
|
void |
setDeviceSlots(java.util.List<DeviceSlot> deviceSlots) |
void |
setDeviceUnits(java.util.List<DeviceUnit> deviceUnits) |
getName, getPath, setName, setPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getPath
public java.util.List<IDeviceSlot> getDeviceSlots()
IDeviceUnit
getDeviceSlots
in interface IDeviceUnit
public void setDeviceSlots(java.util.List<DeviceSlot> deviceSlots)
public java.util.List<IDeviceUnit> getDeviceUnits()
IDeviceUnit
getDeviceUnits
in interface IDeviceUnit
public void setDeviceUnits(java.util.List<DeviceUnit> deviceUnits)