com.ibm.commerce.accesscontrol.objects
Class AccLogSubAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.accesscontrol.objects.AccLogSubAccessBean
All Implemented Interfaces:
AccLogSubAccessBeanData, java.io.Serializable

public class AccLogSubAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AccLogSubAccessBeanData

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

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
AccLogSubAccessBean()
          Default constructor.
AccLogSubAccessBean(javax.ejb.EJBObject Object)
          Creates an access bean for the specified EJB
AccLogSubAccessBean(java.lang.Long accLogSubId, java.lang.Long accLogMainId, java.lang.Long userId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
AccLogSubAccessBean(java.lang.Long accLogSubId, java.lang.Long accLogMainId, java.lang.Long userId, java.util.Date logTime, java.lang.String action, java.lang.String result, java.lang.String resource)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByAction(java.lang.String aAction)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.ACTION = ?".
 java.util.Enumeration findByLogMainId(java.lang.Long aLogMainId)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.ACCLOGMAIN_ID = ?"
 java.util.Enumeration findByResource(java.lang.String aResource)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.RESOURCE = ?".
 java.util.Enumeration findByResult(java.lang.String aResult)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.RESULT= ?".
 java.util.Enumeration findByTimeStamp(java.util.Date aLogTimeStamp)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.LOGTIME = ?".
 java.util.Enumeration findByUserId(java.lang.Long aUserId)
          The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.USERS_ID = ?".
 java.lang.String getAccLogMainId()
          This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAccLogMainIdInEJBType()
          This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getAccLogSubId()
          This method provides access to the ACCLOGSUB.ACCLOGSUB_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAccLogSubIdInEJBType()
          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.lang.String getLogTimeStamp()
          This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLogTimeStampInEJBType()
          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.
 java.lang.String getUsersId()
          This method provides access to the ACCLOGSUB.USERS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getUsersIdInEJBType()
          This method provides access to the ACCLOGSUB.USERS_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAccLogMainId(java.lang.Long aAccLogMainId)
          This method provides access to the ACCLOGSUB.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
 void setAccLogMainId(java.lang.String 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 setAccLogSubId(java.lang.String 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 setInitKey_accLogSubId(java.lang.String aInitKey_accLogSubId)
          Set the primary key for this object
 void setLogTimeStamp(java.lang.String aLogTimeStamp)
          This method provides access to the ACCLOGSUB.LOGTIME column of DB2 type TIMESTAMP 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.
 void setUsersId(java.lang.Long aUsersId)
          This method provides access to the ACCLOGSUB.USERS_ID column of DB2 type BIGINT NOT NULL.
 void setUsersId(java.lang.String aUsersId)
          This method provides access to the ACCLOGSUB.USERS_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccLogSubAccessBean

public AccLogSubAccessBean()

Default constructor. Maps to findByPrimaryKey.


AccLogSubAccessBean

public AccLogSubAccessBean(javax.ejb.EJBObject Object)
                    throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

AccLogSubAccessBean

public AccLogSubAccessBean(java.lang.Long accLogSubId,
                           java.lang.Long accLogMainId,
                           java.lang.Long userId)
                    throws javax.ejb.CreateException,
                           java.rmi.RemoteException,
                           javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
accLogSubId - java.lang.Long
accLogMainId - java.lang.Long
userId - java.lang.Long
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

AccLogSubAccessBean

public AccLogSubAccessBean(java.lang.Long accLogSubId,
                           java.lang.Long accLogMainId,
                           java.lang.Long userId,
                           java.util.Date logTime,
                           java.lang.String action,
                           java.lang.String result,
                           java.lang.String resource)
                    throws javax.ejb.CreateException,
                           java.rmi.RemoteException,
                           javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
accLogSubId - java.lang.Long
accLogMainId - java.lang.Long
userId - java.lang.Long
logTime - java.util.Date
action - java.lang.String
result - java.lang.String
resource - java.lang.String
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAction

public java.util.Enumeration findByAction(java.lang.String aAction)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.ACTION = ?".

Parameters:
aAction - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByLogMainId

public java.util.Enumeration findByLogMainId(java.lang.Long aLogMainId)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.ACCLOGMAIN_ID = ?"

Parameters:
aLogMainId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByResource

public java.util.Enumeration findByResource(java.lang.String aResource)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.RESOURCE = ?".

Parameters:
aResource - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByResult

public java.util.Enumeration findByResult(java.lang.String aResult)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.RESULT= ?".

Parameters:
aResult - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByTimeStamp

public java.util.Enumeration findByTimeStamp(java.util.Date aLogTimeStamp)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.LOGTIME = ?".

Parameters:
aLogTimeStamp - java.util.Date
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByUserId

public java.util.Enumeration findByUserId(java.lang.Long aUserId)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

The SQL is "SELECT * FROM ACCLOGSUB T1 WHERE T1.USERS_ID = ?".

Parameters:
aUserId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccLogMainId

public java.lang.String getAccLogMainId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

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.

Specified by:
getAccLogMainId in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccLogMainIdInEJBType

public java.lang.Long getAccLogMainIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccLogSubId

public java.lang.String getAccLogSubId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

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.

Specified by:
getAccLogSubId in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccLogSubIdInEJBType

public java.lang.Long getAccLogSubIdInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAction

public java.lang.String getAction()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

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.

Specified by:
getAction in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLogTimeStamp

public java.lang.String getLogTimeStamp()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

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.

Specified by:
getLogTimeStamp in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLogTimeStampInEJBType

public java.sql.Timestamp getLogTimeStampInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getResource

public java.lang.String getResource()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

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.

Specified by:
getResource in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getResult

public java.lang.String getResult()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

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.

Specified by:
getResult in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersId

public java.lang.String getUsersId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the ACCLOGSUB.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.

Specified by:
getUsersId in interface AccLogSubAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersIdInEJBType

public java.lang.Long getUsersIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the ACCLOGSUB.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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

setAccLogMainId

public void setAccLogMainId(java.lang.String 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.

Specified by:
setAccLogMainId in interface AccLogSubAccessBeanData
Parameters:
aAccLogMainId - java.lang.String
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

setAccLogSubId

public void setAccLogSubId(java.lang.String 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.

Specified by:
setAccLogSubId in interface AccLogSubAccessBeanData
Parameters:
aAccLogSubId - java.lang.String
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.

Specified by:
setAction in interface AccLogSubAccessBeanData
Parameters:
aAction - java.lang.String
Returns:
void

setInitKey_accLogSubId

public void setInitKey_accLogSubId(java.lang.String aInitKey_accLogSubId)

Set the primary key for this object

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

setLogTimeStamp

public void setLogTimeStamp(java.lang.String 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.

Specified by:
setLogTimeStamp in interface AccLogSubAccessBeanData
Parameters:
aLogTimeStamp - 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.

Specified by:
setResource in interface AccLogSubAccessBeanData
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.

Specified by:
setResult in interface AccLogSubAccessBeanData
Parameters:
aResult - java.lang.String
Returns:
void

setUsersId

public void setUsersId(java.lang.Long aUsersId)

This method provides access to the ACCLOGSUB.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

setUsersId

public void setUsersId(java.lang.String aUsersId)

This method provides access to the ACCLOGSUB.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.

Specified by:
setUsersId in interface AccLogSubAccessBeanData
Parameters:
aUsersId - java.lang.String
Returns:
void