com.ibm.commerce.usertraffic.objects
Class UserTrafficBean

com.ibm.commerce.usertraffic.objects.UserTrafficBean
All Implemented Interfaces:
java.io.Serializable

public class UserTrafficBean
implements java.io.Serializable

This bean provides access to the USRTRAFFIC table.

The following is a description of this table:

User Traffic table stores data about the visitors of your stores.

See Also:
Serialized Form

Constructor Summary
UserTrafficBean()
           
 
Method Summary
 java.lang.String getBrowserAgent()
          This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
 java.lang.String getClientAccessMethod()
          This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
 java.lang.String getHttps()
          This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.
 java.lang.String getPathInfo()
          This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
 java.lang.String getPreviousURL()
          This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
 java.sql.Timestamp getRecordTime()
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 java.lang.String getRedirection()
          This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
 java.lang.String getReferalURL()
          This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
 java.lang.String getRemoteAddress()
          This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
 java.lang.String getResult()
          This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.
 java.lang.String getScript()
          This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
 java.lang.String getServerName()
          This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
 java.lang.String getSessionId()
          This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.
 java.sql.Timestamp getShopperLastLoginTime()
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 long getUserId()
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 long getUserTrafficId()
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getViewTask()
          This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.
 void setBrowserAgent(java.lang.String aBrowserAgent)
          This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
 void setClientAccessMethod(java.lang.String aClientAccessMethod)
          This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
 void setHttps(java.lang.String aHttps)
          This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.
 void setPathInfo(java.lang.String aPathInfo)
          This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
 void setPreviousURL(java.lang.String aPreviousURL)
          This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
 void setRecordTime(java.sql.Timestamp aRecordTime)
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 void setRedirection(java.lang.String aRedirection)
          This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
 void setReferalURL(java.lang.String aReferalURL)
          This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
 void setRemoteAddress(java.lang.String aRemoteAddress)
          This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
 void setResult(java.lang.String aResult)
          This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.
 void setScript(java.lang.String aScript)
          This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
 void setServerName(java.lang.String aServerName)
          This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
 void setSessionId(java.lang.String aSessionId)
          This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.
 void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 void setUserId(long aUserId)
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 void setUserTrafficId(long aUserTrafficId)
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 void setViewTask(java.lang.String aViewTask)
          This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.
 

Constructor Detail

UserTrafficBean

public UserTrafficBean()
Method Detail

getBrowserAgent

public java.lang.String getBrowserAgent()

This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Contains information about the user agent originating the URL request.

Returns:
java.lang.String

getClientAccessMethod

public java.lang.String getClientAccessMethod()

This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.

The following is a description of this column:

The HTTP method to be performed on the resource obtained from the Http Servlet Request. It is the name of HTTP method with which this request was made. Valid values include:
GET, POST, or PUT.

Returns:
java.lang.String

getHttps

public java.lang.String getHttps()

This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.

The following is a description of this column:

"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.

Returns:
java.lang.String

getPathInfo

public java.lang.String getPathInfo()

This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Any extra path information associated with the URL the client sent when it made the URL request.

Returns:
java.lang.String

getPreviousURL

public java.lang.String getPreviousURL()

This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.

The following is a description of this column:

Previous URL

Returns:
java.lang.String

getRecordTime

public java.sql.Timestamp getRecordTime()

This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when the current user traffic record is created.

Returns:
java.sql.Timestamp

getRedirection

public java.lang.String getRedirection()

This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The URL of the Web page that the user was redirected to, if the command resulted in a redirection. In order to complete the current interaction, the user-agent has to fulfill the request described by redirection URL.

Returns:
java.lang.String

getReferalURL

public java.lang.String getReferalURL()

This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.

The following is a description of this column:

Referral URL from another site.

Returns:
java.lang.String

getRemoteAddress

public java.lang.String getRemoteAddress()

This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The Internet Protocol (IP) address of the client that sent the request.

Returns:
java.lang.String

getResult

public java.lang.String getResult()

This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.

The following is a description of this column:

"1" if the HTTP interaction was successful, "0" otherwise.

Returns:
java.lang.String

getScript

public java.lang.String getScript()

This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The part of this request's URL that calls the servlet.

Returns:
java.lang.String

getServerName

public java.lang.String getServerName()

This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The host name of the server that received the request.

Returns:
java.lang.String

getSessionId

public java.lang.String getSessionId()

This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.

The following is a description of this column:

The unique identifier of the session.

Returns:
java.lang.String

getShopperLastLoginTime

public java.sql.Timestamp getShopperLastLoginTime()

This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Customer last logging time.

Returns:
java.sql.Timestamp

getUserId

public long getUserId()

This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

Returns:
long

getUserTrafficId

public long getUserTrafficId()

This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Internal generated reference ID.

Returns:
long

getViewTask

public java.lang.String getViewTask()

This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The error or view command name that is used to display the result page to the user, if any.

Returns:
java.lang.String

setBrowserAgent

public void setBrowserAgent(java.lang.String aBrowserAgent)

This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Contains information about the user agent originating the URL request.

Parameters:
aBrowserAgent - java.lang.String
Returns:
void

setClientAccessMethod

public void setClientAccessMethod(java.lang.String aClientAccessMethod)

This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.

The following is a description of this column:

The HTTP method to be performed on the resource obtained from the Http Servlet Request. It is the name of HTTP method with which this request was made. Valid values include:
GET, POST, or PUT.

Parameters:
aClientAccessMethod - java.lang.String
Returns:
void

setHttps

public void setHttps(java.lang.String aHttps)

This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.

The following is a description of this column:

"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.

Parameters:
aHttps - java.lang.String
Returns:
void

setPathInfo

public void setPathInfo(java.lang.String aPathInfo)

This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Any extra path information associated with the URL the client sent when it made the URL request.

Parameters:
aPathInfo - java.lang.String
Returns:
void

setPreviousURL

public void setPreviousURL(java.lang.String aPreviousURL)

This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.

The following is a description of this column:

Previous URL

Parameters:
aPreviousURL - java.lang.String
Returns:
void

setRecordTime

public void setRecordTime(java.sql.Timestamp aRecordTime)

This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when the current user traffic record is created.

Parameters:
aRecordTime - java.sql.Timestamp
Returns:
void

setRedirection

public void setRedirection(java.lang.String aRedirection)

This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The URL of the Web page that the user was redirected to, if the command resulted in a redirection. In order to complete the current interaction, the user-agent has to fulfill the request described by redirection URL.

Parameters:
aRedirection - java.lang.String
Returns:
void

setReferalURL

public void setReferalURL(java.lang.String aReferalURL)

This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.

The following is a description of this column:

Referral URL from another site.

Parameters:
aReferalURL - java.lang.String
Returns:
void

setRemoteAddress

public void setRemoteAddress(java.lang.String aRemoteAddress)

This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The Internet Protocol (IP) address of the client that sent the request.

Parameters:
aRemoteAddress - java.lang.String
Returns:
void

setResult

public void setResult(java.lang.String aResult)

This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.

The following is a description of this column:

"1" if the HTTP interaction was successful, "0" otherwise.

Parameters:
aResult - java.lang.String
Returns:
void

setScript

public void setScript(java.lang.String aScript)

This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The part of this request's URL that calls the servlet.

Parameters:
aScript - java.lang.String
Returns:
void

setServerName

public void setServerName(java.lang.String aServerName)

This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The host name of the server that received the request.

Parameters:
aServerName - java.lang.String
Returns:
void

setSessionId

public void setSessionId(java.lang.String aSessionId)

This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.

The following is a description of this column:

The unique identifier of the session.

Parameters:
aSessionId - java.lang.String
Returns:
void

setShopperLastLoginTime

public void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)

This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Customer last logging time.

Parameters:
aShopperLastLoginTime - java.sql.Timestamp
Returns:
void

setUserId

public void setUserId(long aUserId)

This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

Parameters:
aUserId - long
Returns:
void

setUserTrafficId

public void setUserTrafficId(long aUserTrafficId)

This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Internal generated reference ID.

Parameters:
aUserTrafficId - long
Returns:
void

setViewTask

public void setViewTask(java.lang.String aViewTask)

This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The error or view command name that is used to display the result page to the user, if any.

Parameters:
aViewTask - java.lang.String
Returns:
void