com.ibm.commerce.user.objects
Class PolicyAccountLockoutDescriptionBean

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

public class PolicyAccountLockoutDescriptionBean
implements java.io.Serializable

This bean provides access to the PLCYLCKDSC table.

The following is a description of this table:

This table holds language dependent information related to an Account Lockout Policy.

See Also:
Serialized Form

Constructor Summary
PolicyAccountLockoutDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the PLCYLCKDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the PLCYLCKDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getPolicyAccountLockoutId()
          This method provides access to the PLCYLCKDSC.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PLCYLCKDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the PLCYLCKDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setPolicyAccountLockoutId(java.lang.Long aPolicyAccountLockoutId)
          This method provides access to the PLCYLCKDSC.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PolicyAccountLockoutDescriptionBean

public PolicyAccountLockoutDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the PLCYLCKDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A name for the account lockout policy.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the PLCYLCKDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the language, foreign key to the Language table. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getPolicyAccountLockoutId

public java.lang.Long getPolicyAccountLockoutId()

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

The following is a description of this column:

The ID of the Account Lockout Policy, foreign key to the PLCYACCTLCK table.

Returns:
java.lang.Long

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the PLCYLCKDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A name for the account lockout policy.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the PLCYLCKDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the language, foreign key to the Language table. For a list of language components, see the LANGUAGE table.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setPolicyAccountLockoutId

public void setPolicyAccountLockoutId(java.lang.Long aPolicyAccountLockoutId)

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

The following is a description of this column:

The ID of the Account Lockout Policy, foreign key to the PLCYACCTLCK table.

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