Package org.cyclos.model.utils
Class UserAgentInfo
- java.lang.Object
-
- org.cyclos.model.utils.UserAgentInfo
-
- All Implemented Interfaces:
Serializable
public class UserAgentInfo extends Object implements Serializable
Contains information about a user agent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAgentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgent()StringgetDevice()StringgetDeviceType()StringgetOperatingSystem()voidsetAgent(String agent)voidsetDevice(String device)voidsetDeviceType(String deviceType)voidsetOperatingSystem(String operatingSystem)StringtoString()
-
-
-
Method Detail
-
getAgent
public String getAgent()
-
getDevice
public String getDevice()
-
getDeviceType
public String getDeviceType()
-
getOperatingSystem
public String getOperatingSystem()
-
setAgent
public void setAgent(String agent)
-
setDevice
public void setDevice(String device)
-
setDeviceType
public void setDeviceType(String deviceType)
-
setOperatingSystem
public void setOperatingSystem(String operatingSystem)
-
-