com.liferay.portal.kernel.mobile.device
Class AbstractDevice

java.lang.Object
  extended by com.liferay.portal.kernel.mobile.device.AbstractDevice
All Implemented Interfaces:
Device, java.io.Serializable
Direct Known Subclasses:
UnknownDevice

public abstract class AbstractDevice
extends java.lang.Object
implements Device

Abstract class containing common methods for all devices

Author:
Milen Dyankov, Michael C. Han
See Also:
Serialized Form

Constructor Summary
AbstractDevice()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.mobile.device.Device
getBrand, getBrowser, getBrowserVersion, getCapabilities, getCapability, getModel, getOS, getOSVersion, getPointingMethod, getScreenSize, hasQwertyKeyboard, isTablet
 

Constructor Detail

AbstractDevice

public AbstractDevice()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object