com.e_c_group.bwptk
Class SystemAccessDevice

java.lang.Object
  extended by com.e_c_group.bwptk.AccessDevice
      extended by com.e_c_group.bwptk.SystemAccessDevice

public class SystemAccessDevice
extends AccessDevice

An Access Device with the System level


Constructor Summary
SystemAccessDevice(java.lang.String deviceName)
           
 
Method Summary
 java.lang.String getLevel()
          TODO: Implement Method
 
Methods inherited from class com.e_c_group.bwptk.AccessDevice
getAccessDevice, getAccessDevice, getDeviceName, setDeviceName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemAccessDevice

public SystemAccessDevice(java.lang.String deviceName)
Method Detail

getLevel

public java.lang.String getLevel()
Description copied from class: AccessDevice
TODO: Implement Method

Specified by:
getLevel in class AccessDevice
Returns:
'Group' or 'System' or some other value to indicate the level in the hierarchy where this access device lives.