com.ibm.commerce.user.objects
Class MemberGroupMemberBean

com.ibm.commerce.user.objects.MemberGroupMemberBean
All Implemented Interfaces:
java.io.Serializable

public class MemberGroupMemberBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

MemberGroupMemberBean

public MemberGroupMemberBean()
Method Detail

getCustomerId

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.

Returns:
java.lang.String

getExclude

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getMbrGrpId

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.

Returns:
java.lang.Long

getMemberId

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.

Returns:
java.lang.Long

setCustomerId

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.

Parameters:
aCustomerId - java.lang.String
Returns:
void

setExclude

public 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.

Parameters:
aExclude - java.lang.String
Returns:
void

setField1

public 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.

Parameters:
aField1 - java.lang.String
Returns:
void

setMbrGrpId

public 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.

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

setMemberId

public 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.

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