com.ibm.commerce.accesscontrol.objects
Class AccLogSubBean

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

public class AccLogSubBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

AccLogSubBean

public AccLogSubBean()
Method Detail

getAccLogMainId

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.

Returns:
java.lang.Long

getAccLogSubId

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.

Returns:
java.lang.Long

getAction

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.

Returns:
java.lang.String

getLogTimeStamp

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.

Returns:
java.sql.Timestamp

getResource

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.

Returns:
java.lang.String

getResult

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.

Returns:
java.lang.String

setAccLogMainId

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.

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

setAccLogSubId

public 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.

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

setAction

public 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.

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

setLogTimeStamp

public 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.

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

setResource

public 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.

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

setResult

public 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.

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