public class MemberAttributeValueListDataBean
extends com.ibm.commerce.user.beansrc.MemberAttributeValueListDataBeanBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The fully qualified class name.
|
static java.lang.String | COPYRIGHT
IBM Copyright statement.
|
Constructor and Description |
---|
MemberAttributeValueListDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAttributeName()
Gets the name of the Member Attribute.
|
java.lang.String | getAttributeType()
Gets the type of the Member Attribute.
|
java.lang.String | getValue()
Gets a single value of this Member Attribute for this member.
|
java.lang.String | getValue(java.lang.String storeEntityId)
Gets a single store-dependent value of this Member Attribute for this member.
|
java.util.List | getValues()
Gets a list of values of this Member Attribute for this member.
|
java.util.List | getValues(java.lang.String storeEntityId)
Gets a list of store-dependent values of this Member Attribute for this member.
|
void | populate()
Populates the databean
|
void | setAttributeName(java.lang.String attrName)
Sets the name of the Member Attribute.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public void setAttributeName(java.lang.String attrName)
public java.lang.String getAttributeName()
public void populate() throws java.lang.Exception
public java.lang.String getAttributeType()
public java.util.List getValues()
public java.lang.String getValue()
public java.util.List getValues(java.lang.String storeEntityId)
public java.lang.String getValue(java.lang.String storeEntityId)