com.ibm.commerce.utf.beans
Interface PAttributeDescListInputDataBean
-
- All Known Implementing Classes:
- PAttributeDescListBean
public interface PAttributeDescListInputDataBean
Personalized attribute description list input databean.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setLanguageId(java.lang.String newLanguageId)
Sets the languageId.void
setPAttributeDescs(PAttributeDescDataBean[] newPAttributeDescs)
Loads the array fPAttributeDescs.void
setPAttributeId(java.lang.String newPAttributeId)
Sets the pAttributeId.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setLanguageId
void setLanguageId(java.lang.String newLanguageId)
Sets the languageId.- Parameters:
newLanguageId
- The new language Id.
-
setPAttributeDescs
void setPAttributeDescs(PAttributeDescDataBean[] newPAttributeDescs)
Loads the array fPAttributeDescs.- Parameters:
newPAttributeDescs
- Array of PAttribute description databean
-
setPAttributeId
void setPAttributeId(java.lang.String newPAttributeId)
Sets the pAttributeId.- Parameters:
newPattributeId
- The new Pattribute Id
-
-