|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberGroupMemberBean
This bean provides access to the MBRGRPMBR table.
The following is a description of this table:
This table contains members that are explicitly included in a member group.
Constructor Summary | |
MemberGroupMemberBean()
|
Method Summary | |
java.lang.String |
getCustomerId()
This method provides access to the MBRGRPMBR.CUSTOMERID column of DB2 type VARCHAR(30) NULL. |
java.lang.String |
getExclude()
This method provides access to the MBRGRPMBR.EXCLUDE column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getField1()
This method provides access to the MBRGRPMBR.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getMbrGrpId()
This method provides access to the MBRGRPMBR.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberId()
This method provides access to the MBRGRPMBR.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setCustomerId(java.lang.String aCustomerId)
This method provides access to the MBRGRPMBR.CUSTOMERID column of DB2 type VARCHAR(30) NULL. |
void |
setExclude(java.lang.String aExclude)
This method provides access to the MBRGRPMBR.EXCLUDE column of DB2 type CHAR(1) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the MBRGRPMBR.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setMbrGrpId(java.lang.Long aMbrGrpId)
This method provides access to the MBRGRPMBR.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRGRPMBR.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public MemberGroupMemberBean()
Method Detail |
public java.lang.String getCustomerId()
This method provides access to the MBRGRPMBR.CUSTOMERID column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getExclude()
This method provides access to the MBRGRPMBR.EXCLUDE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Member excluded indicator where "1"=Excluded and "0"=Included.
public java.lang.String getField1()
This method provides access to the MBRGRPMBR.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getMbrGrpId()
This method provides access to the MBRGRPMBR.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table for this member group. This can be used for the MCSGNBR column in the MCUSTINFO table, which was used in previous versions of WebSphere Commerce Suite.
public java.lang.Long getMemberId()
This method provides access to the MBRGRPMBR.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the group member. This can be used for the MCSHNBR column in the MCUSTINFO table, which was used in previous versions of WebSphere Commerce Suite.
public void setCustomerId(java.lang.String aCustomerId)
This method provides access to the MBRGRPMBR.CUSTOMERID column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
Customizable.
aCustomerId
- java.lang.Stringpublic void setExclude(java.lang.String aExclude)
This method provides access to the MBRGRPMBR.EXCLUDE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Member excluded indicator where "1"=Excluded and "0"=Included.
aExclude
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the MBRGRPMBR.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setMbrGrpId(java.lang.Long aMbrGrpId)
This method provides access to the MBRGRPMBR.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table for this member group. This can be used for the MCSGNBR column in the MCUSTINFO table, which was used in previous versions of WebSphere Commerce Suite.
aMbrGrpId
- java.lang.Longpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRGRPMBR.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the group member. This can be used for the MCSHNBR column in the MCUSTINFO table, which was used in previous versions of WebSphere Commerce Suite.
aMemberId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |