com.ibm.commerce.accesscontrol.objects
Class AccLogMainBean

com.ibm.commerce.accesscontrol.objects.AccLogMainBean
All Implemented Interfaces:
java.io.Serializable

public class AccLogMainBean
implements java.io.Serializable

This bean provides access to the ACCLOGMAIN table.

The following is a description of this table:

This table contains information about access violation. Entries are created only if a violation has occurred. There will only be one entry per request. Detailed information is stored in the ACCLOGSUB table.

See Also:
Serialized Form

Constructor Summary
AccLogMainBean()
           
 
Method Summary
 java.lang.Long getAccLogMainId()
          This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getHostName()
          This method provides access to the ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getThreadId()
          This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL.
 java.lang.Long getUsersId()
          This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
 void setAccLogMainId(java.lang.Long aAccLogMainId)
          This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
 void setHostName(java.lang.String aHostName)
          This method provides access to the ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setThreadId(java.lang.String aThreadId)
          This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL.
 void setUsersId(java.lang.Long aUsersId)
          This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

AccLogMainBean

public AccLogMainBean()
Method Detail

getAccLogMainId

public java.lang.Long getAccLogMainId()

This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The primary key.

Returns:
java.lang.Long

getHostName

public java.lang.String getHostName()

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

The following is a description of this column:

The name of the host where the request originated.

Returns:
java.lang.String

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the store as specified in the request.

Returns:
java.lang.Integer

getThreadId

public java.lang.String getThreadId()

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

The following is a description of this column:

The ID of the thread in which the request was handled.

Returns:
java.lang.String

getUsersId

public java.lang.Long getUsersId()

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

The following is a description of this column:

The ID of the user executing the request.

Returns:
java.lang.Long

setAccLogMainId

public void setAccLogMainId(java.lang.Long aAccLogMainId)

This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The primary key.

Parameters:
aAccLogMainId - java.lang.Long
Returns:
void

setHostName

public void setHostName(java.lang.String aHostName)

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

The following is a description of this column:

The name of the host where the request originated.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the store as specified in the request.

Parameters:
aStoreentId - java.lang.Integer
Returns:
void

setThreadId

public void setThreadId(java.lang.String aThreadId)

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

The following is a description of this column:

The ID of the thread in which the request was handled.

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

setUsersId

public void setUsersId(java.lang.Long aUsersId)

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

The following is a description of this column:

The ID of the user executing the request.

Parameters:
aUsersId - java.lang.Long
Returns:
void