com.ibm.commerce.user.objects
Class PolicyPasswordDescriptionBean

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

public class PolicyPasswordDescriptionBean
implements java.io.Serializable

This bean provides access to the PLCYPWDDSC table.

The following is a description of this table:

This table holds language dependent information related to a password policy.

See Also:
Serialized Form

Constructor Summary
PolicyPasswordDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the PLCYPWDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the PLCYPWDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getPolicyPasswordId()
          This method provides access to the PLCYPWDDSC.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PLCYPWDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the PLCYPWDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setPolicyPasswordId(java.lang.Long aPolicyPasswordId)
          This method provides access to the PLCYPWDDSC.PLCYPASSWD_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PolicyPasswordDescriptionBean

public PolicyPasswordDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

A name for the password policy.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

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

getPolicyPasswordId

public java.lang.Long getPolicyPasswordId()

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

The following is a description of this column:

The ID of the Password Policy, foreign key to the PLCYPASSWD table.

Returns:
java.lang.Long

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

A name for the password policy.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

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

setPolicyPasswordId

public void setPolicyPasswordId(java.lang.Long aPolicyPasswordId)

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

The following is a description of this column:

The ID of the Password Policy, foreign key to the PLCYPASSWD table.

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