com.ibm.commerce.user.objects
Class PolicyAccountDescriptionBean

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

public class PolicyAccountDescriptionBean
implements java.io.Serializable

This bean provides access to the PLCYACCDSC table.

The following is a description of this table:

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

See Also:
Serialized Form

Constructor Summary
PolicyAccountDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the PLCYACCDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the PLCYACCDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getPolicyAccountId()
          This method provides access to the PLCYACCDSC.PLCYACCT_ID column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PLCYACCDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the PLCYACCDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setPolicyAccountId(java.lang.Integer aPolicyAccountId)
          This method provides access to the PLCYACCDSC.PLCYACCT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

PolicyAccountDescriptionBean

public PolicyAccountDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

A name for the account policy.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

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

getPolicyAccountId

public java.lang.Integer getPolicyAccountId()

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

The following is a description of this column:

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

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

A name for the account policy.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

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

setPolicyAccountId

public void setPolicyAccountId(java.lang.Integer aPolicyAccountId)

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

The following is a description of this column:

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

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