com.ibm.commerce.utf.objects
Class PAttributeDescBean

com.ibm.commerce.utf.objects.PAttributeDescBean

public class PAttributeDescBean

This bean provides access to the PATTRDESC table.

The following is a description of this table:

This table contains personalization Attribute descriptions.


Constructor Summary
PAttributeDescBean()
           
 
Method Summary
 java.lang.Integer getLangId()
          This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getPattributeId()
          This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getShortDesc()
          This method provides access to the PATTRDESC.DESCRIPTION column of DB2 type VARCHAR(1024) NULL.
 void setLangId(java.lang.Integer aLangId)
          This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setPattributeId(java.lang.Long aPattributeId)
          This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 void setShortDesc(java.lang.String aShortDesc)
          This method provides access to the PATTRDESC.DESCRIPTION column of DB2 type VARCHAR(1024) NULL.
 

Constructor Detail

PAttributeDescBean

public PAttributeDescBean()
Method Detail

getLangId

public java.lang.Integer getLangId()

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

The following is a description of this column:

Language this description pertains to. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getPattributeId

public java.lang.Long getPattributeId()

This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The Identifier of the personalization Attribute.

Returns:
java.lang.Long

getShortDesc

public java.lang.String getShortDesc()

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

The following is a description of this column:

A brief description of the personalization Attribute.

Returns:
java.lang.String

setLangId

public void setLangId(java.lang.Integer aLangId)

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

The following is a description of this column:

Language this description pertains to. For a list of language components, see the LANGUAGE table.

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

setPattributeId

public void setPattributeId(java.lang.Long aPattributeId)

This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The Identifier of the personalization Attribute.

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

setShortDesc

public void setShortDesc(java.lang.String aShortDesc)

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

The following is a description of this column:

A brief description of the personalization Attribute.

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