|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.mdm.connectivity.DeviceInfo
public class DeviceInfo
Contains mobile device information such as device type and user agent.
| Constructor Summary | |
|---|---|
DeviceInfo(String userAgent,
com.sap.portal.ds.objects.DeviceType deviceType)
Contains mobile device information such as device type and user agent |
|
| Method Summary | |
|---|---|
com.sap.portal.ds.objects.DeviceType |
getDeviceType()
Returns the device type |
String |
getUserAgent()
Returns the user agent of the device |
void |
setDeviceType(com.sap.portal.ds.objects.DeviceType deviceType)
Sets the device type |
void |
setUserAgent(String userAgent)
Sets the user agent of the device |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceInfo(String userAgent,
com.sap.portal.ds.objects.DeviceType deviceType)
userAgent - the user agent received from DevicedeviceType - the device type defined by the DeviceType enumeration| Method Detail |
|---|
public String getUserAgent()
public void setUserAgent(String userAgent)
userAgent - the user agent received from the devicepublic com.sap.portal.ds.objects.DeviceType getDeviceType()
public void setDeviceType(com.sap.portal.ds.objects.DeviceType deviceType)
deviceType - the device type defined by the DeviceType enumeration
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||