com.ibm.commerce.user.objects
Class MemberGroupUsageBean

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

public class MemberGroupUsageBean
implements java.io.Serializable

This bean provides access to the MBRGRPUSG table.

The following is a description of this table:

This table allows a member group to be associated with multiple member group types (or multiple intended usages).

See Also:
Serialized Form

Constructor Summary
MemberGroupUsageBean()
           
 
Method Summary
 java.lang.String getField1()
          This method provides access to the MBRGRPUSG.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.Long getMbrGrpId()
          This method provides access to the MBRGRPUSG.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getMbrGrpTypeId()
          This method provides access to the MBRGRPUSG.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the MBRGRPUSG.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setMbrGrpId(java.lang.Long aMbrGrpId)
          This method provides access to the MBRGRPUSG.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 void setMbrGrpTypeId(java.lang.Integer aMbrGrpTypeId)
          This method provides access to the MBRGRPUSG.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

MemberGroupUsageBean

public MemberGroupUsageBean()
Method Detail

getField1

public java.lang.String getField1()

This method provides access to the MBRGRPUSG.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getMbrGrpId

public java.lang.Long getMbrGrpId()

This method provides access to the MBRGRPUSG.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 column can be used for the MCSGNBR column in the MCUSTINFO table.

Returns:
java.lang.Long

getMbrGrpTypeId

public java.lang.Integer getMbrGrpTypeId()

This method provides access to the MBRGRPUSG.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Foreign key to the MBRGRPTYPE table.

Returns:
java.lang.Integer

setField1

public void setField1(java.lang.String aField1)

This method provides access to the MBRGRPUSG.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setMbrGrpId

public void setMbrGrpId(java.lang.Long aMbrGrpId)

This method provides access to the MBRGRPUSG.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 column can be used for the MCSGNBR column in the MCUSTINFO table.

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

setMbrGrpTypeId

public void setMbrGrpTypeId(java.lang.Integer aMbrGrpTypeId)

This method provides access to the MBRGRPUSG.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Foreign key to the MBRGRPTYPE table.

Parameters:
aMbrGrpTypeId - java.lang.Integer
Returns:
void