com.ibm.commerce.user.objects
Class MemberAttributeFloatValueBean

com.ibm.commerce.user.objects.MemberAttributeValueBean
  |
  +--com.ibm.commerce.user.objects.MemberAttributeFloatValueBean
All Implemented Interfaces:
java.io.Serializable

public class MemberAttributeFloatValueBean
extends MemberAttributeValueBean

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
MemberAttributeFloatValueBean()
           
 
Method Summary
 java.lang.Object getAttributeValue()
          This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
 void setAttributeValue(java.lang.Object aAttributeValue)
          This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
 
Methods inherited from class com.ibm.commerce.user.objects.MemberAttributeValueBean
getMemberAttributeId, getMemberAttributeValueId, getMemberId, getStoreEntityId, setMemberAttributeId, setMemberId, setStoreEntityId
 

Constructor Detail

MemberAttributeFloatValueBean

public MemberAttributeFloatValueBean()
Method Detail

getAttributeValue

public java.lang.Object getAttributeValue()

This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.

The following is a description of this column:

If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.

Returns:
java.lang.Object

setAttributeValue

public void setAttributeValue(java.lang.Object aAttributeValue)

This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.

The following is a description of this column:

If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.

Parameters:
aAttributeValue - java.lang.Object
Returns:
void