|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.AccLogSubBean
This bean provides access to the ACCLOGSUB table.
The following is a description of this table:
This table contains detailed information of the request causing access violation. The entries are linked to the ACCLOGMAIN table.
Constructor Summary | |
AccLogSubBean()
|
Method Summary | |
java.lang.Long |
getAccLogMainId()
This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAccLogSubId()
This method provides access to the ACCLOGSUB.ACCLOGSUB_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAction()
This method provides access to the ACCLOGSUB.ACTION column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getLogTimeStamp()
This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getResource()
This method provides access to the ACCLOGSUB.RESOURCES column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getResult()
This method provides access to the ACCLOGSUB.RESULT column of DB2 type VARCHAR(254) NULL. |
void |
setAccLogMainId(java.lang.Long aAccLogMainId)
This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
void |
setAccLogSubId(java.lang.Long aAccLogSubId)
This method provides access to the ACCLOGSUB.ACCLOGSUB_ID column of DB2 type BIGINT NOT NULL. |
void |
setAction(java.lang.String aAction)
This method provides access to the ACCLOGSUB.ACTION column of DB2 type VARCHAR(254) NULL. |
void |
setLogTimeStamp(java.sql.Timestamp aLogTimeStamp)
This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP NULL. |
void |
setResource(java.lang.String aResource)
This method provides access to the ACCLOGSUB.RESOURCES column of DB2 type VARCHAR(254) NULL. |
void |
setResult(java.lang.String aResult)
This method provides access to the ACCLOGSUB.RESULT column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public AccLogSubBean()
Method Detail |
public java.lang.Long getAccLogMainId()
This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ACCLOGMAIN table.
public java.lang.Long getAccLogSubId()
This method provides access to the ACCLOGSUB.ACCLOGSUB_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
public java.lang.String getAction()
This method provides access to the ACCLOGSUB.ACTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The description of what the request tried to do.
public java.sql.Timestamp getLogTimeStamp()
This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the access violation occurred.
public java.lang.String getResource()
This method provides access to the ACCLOGSUB.RESOURCES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The resources accessed by the request.
public java.lang.String getResult()
This method provides access to the ACCLOGSUB.RESULT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The result of the access control check.
public void setAccLogMainId(java.lang.Long aAccLogMainId)
This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ACCLOGMAIN table.
aAccLogMainId
- java.lang.Longpublic void setAccLogSubId(java.lang.Long aAccLogSubId)
This method provides access to the ACCLOGSUB.ACCLOGSUB_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
aAccLogSubId
- java.lang.Longpublic void setAction(java.lang.String aAction)
This method provides access to the ACCLOGSUB.ACTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The description of what the request tried to do.
aAction
- java.lang.Stringpublic void setLogTimeStamp(java.sql.Timestamp aLogTimeStamp)
This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the access violation occurred.
aLogTimeStamp
- java.sql.Timestamppublic void setResource(java.lang.String aResource)
This method provides access to the ACCLOGSUB.RESOURCES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The resources accessed by the request.
aResource
- java.lang.Stringpublic void setResult(java.lang.String aResult)
This method provides access to the ACCLOGSUB.RESULT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The result of the access control check.
aResult
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |