|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.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.
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 |
public MemberAttributeValueBean()
Method Detail |
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.
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.
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.
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.
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.
aMemberAttributeId
- java.lang.Longpublic 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.
aMemberId
- java.lang.Longpublic 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.
aStoreEntityId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |