Package com.bhn.risk.order.domain
Class BrowserInfo
java.lang.Object
com.bhn.risk.common.SmartObject<BrowserInfo>
com.bhn.risk.order.domain.BrowserInfo
This holds information about the browser used by customer to place the order
- Version:
- $Id: $Id
- Author:
- bkati00
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString
-
Field Details
-
userAgent
@NotBlank(errorCode="browserInfo.userAgent.empty", message="browserInfo.userAgent is empty") public String userAgent -
acceptHeader
@NotBlank(errorCode="browserInfo.acceptHeader.empty", message="browserInfo.acceptHeader is empty") public String acceptHeader -
language
@NotBlank(errorCode="browserInfo.language.empty", message="browserInfo.language is empty") public String language -
screenWidth
-
screenHeight
-
colorDepth
-
timeZoneOffset
-
javaEnabled
-
javaScriptEnabled
-
-
Constructor Details
-
BrowserInfo
public BrowserInfo()
-