|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.objects.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 |
public PAttributeDescBean()
Method Detail |
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.
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.
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.
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.
aLangId
- java.lang.Integerpublic 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.
aPattributeId
- java.lang.Longpublic 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.
aShortDesc
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |