common
Class MobileDevice

java.lang.Object
  extended by common.Device
      extended by common.MobileDevice

public class MobileDevice
extends Device


Field Summary
 Properties properties
          The device's properties, imposing certain restrictions such as space limit, network bandwidth limitations.
 
Fields inherited from class common.Device
address, deviceID, name, online, publickey
 
Constructor Summary
MobileDevice()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public Properties properties
The device's properties, imposing certain restrictions such as space limit, network bandwidth limitations. The exact number of properties is not relevant at this level, only their purpose.

Constructor Detail

MobileDevice

public MobileDevice()