com.ibm.commerce.user.objects
Class PolicyAccountBean

com.ibm.commerce.user.objects.PolicyAccountBean
All Implemented Interfaces:
java.io.Serializable

public class PolicyAccountBean
implements java.io.Serializable

This bean provides access to the PLCYACCT table.

The following is a description of this table:

This table stores the account policies.

See Also:
Serialized Form

Constructor Summary
PolicyAccountBean()
           
 
Method Summary
 java.lang.Integer getPolicyAccountId()
          This method provides access to the PLCYACCT.PLCYACCT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getPolicyAccountLockoutId()
          This method provides access to the PLCYACCT.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getPolicyPasswordId()
          This method provides access to the PLCYACCT.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.
 void setPolicyAccountLockoutId(java.lang.Long aPolicyAccountLockoutId)
          This method provides access to the PLCYACCT.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.
 void setPolicyPasswordId(java.lang.Long aPolicyPasswordId)
          This method provides access to the PLCYACCT.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PolicyAccountBean

public PolicyAccountBean()
Method Detail

getPolicyAccountId

public java.lang.Integer getPolicyAccountId()

This method provides access to the PLCYACCT.PLCYACCT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

ID for the Account Policy table.

Returns:
java.lang.Integer

getPolicyAccountLockoutId

public java.lang.Long getPolicyAccountLockoutId()

This method provides access to the PLCYACCT.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID for the account lockout policy, foreign key to the PLCYACCLCK table.

Returns:
java.lang.Long

getPolicyPasswordId

public java.lang.Long getPolicyPasswordId()

This method provides access to the PLCYACCT.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID for the password policy, foreign key to the PLCYPASSWD table.

Returns:
java.lang.Long

setPolicyAccountLockoutId

public void setPolicyAccountLockoutId(java.lang.Long aPolicyAccountLockoutId)

This method provides access to the PLCYACCT.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID for the account lockout policy, foreign key to the PLCYACCLCK table.

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

setPolicyPasswordId

public void setPolicyPasswordId(java.lang.Long aPolicyPasswordId)

This method provides access to the PLCYACCT.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID for the password policy, foreign key to the PLCYPASSWD table.

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