|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.AccLogMainBean
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.
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 |
public AccLogMainBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aAccLogMainId
- java.lang.Longpublic 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.
aHostName
- java.lang.Stringpublic 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.
aStoreentId
- java.lang.Integerpublic 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.
aThreadId
- java.lang.Stringpublic 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.
aUsersId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |