|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberAttributeValueBean | +--com.ibm.commerce.user.objects.MemberAttributeDatetimeValueBean
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.
Constructor Summary | |
MemberAttributeDatetimeValueBean()
|
Method Summary | |
java.lang.Object |
getAttributeValue()
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL. |
void |
setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL. |
Methods inherited from class com.ibm.commerce.user.objects.MemberAttributeValueBean |
getMemberAttributeId, getMemberAttributeValueId, getMemberId, getStoreEntityId, setMemberAttributeId, setMemberId, setStoreEntityId |
Constructor Detail |
public MemberAttributeDatetimeValueBean()
Method Detail |
public java.lang.Object getAttributeValue()
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
If the type of the attribute value is TIMESTAMP, then this column will hold the attribute value. If the type is not TIMESTAMP then this column will be NULL.
public void setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
If the type of the attribute value is TIMESTAMP, then this column will hold the attribute value. If the type is not TIMESTAMP then this column will be NULL.
aAttributeValue
- java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |