com.ibm.commerce.user.objects
Class MemberAttributeValueBean

com.ibm.commerce.user.objects.MemberAttributeValueBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MemberAttributeDatetimeValueBean, MemberAttributeFloatValueBean, MemberAttributeIntegerValueBean, MemberAttributeStringValueBean

public class MemberAttributeValueBean
implements java.io.Serializable

This bean provides access to the MBRATTRVAL table.

The following is a description of this table:

This table stores the values of attributes which are defined in the MBRATTR table for members.

See Also:
Serialized Form

Constructor Summary
MemberAttributeValueBean()
           
 
Method Summary
 java.lang.Long getMemberAttributeId()
          This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberAttributeValueId()
          This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberId()
          This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getStoreEntityId()
          This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
 void setMemberAttributeId(java.lang.Long aMemberAttributeId)
          This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setStoreEntityId(java.lang.Integer aStoreEntityId)
          This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
 

Constructor Detail

MemberAttributeValueBean

public MemberAttributeValueBean()
Method Detail

getMemberAttributeId

public java.lang.Long getMemberAttributeId()

This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The attribute that this value is associated with. Foreign key to the MBRATTR table.

Returns:
java.lang.Long

getMemberAttributeValueId

public java.lang.Long getMemberAttributeValueId()

This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key for this table.

Returns:
java.lang.Long

getMemberId

public java.lang.Long getMemberId()

This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The member to which this attribute value applies. Foreign key to the MEMBER table.

Returns:
java.lang.Long

getStoreEntityId

public java.lang.Integer getStoreEntityId()

This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The store entity to which this attribute value for this member applies.

Returns:
java.lang.Integer

setMemberAttributeId

public void setMemberAttributeId(java.lang.Long aMemberAttributeId)

This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The attribute that this value is associated with. Foreign key to the MBRATTR table.

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

setMemberId

public void setMemberId(java.lang.Long aMemberId)

This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The member to which this attribute value applies. Foreign key to the MEMBER table.

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

setStoreEntityId

public void setStoreEntityId(java.lang.Integer aStoreEntityId)

This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The store entity to which this attribute value for this member applies.

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