|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.PolicyAccountBean
This bean provides access to the PLCYACCT table.
The following is a description of this table:
This table stores the account policies.
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 |
public PolicyAccountBean()
Method Detail |
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.
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.
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.
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.
aPolicyAccountLockoutId
- java.lang.Longpublic 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.
aPolicyPasswordId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |