com.ibm.commerce.common.objects
Class RecognizedMemberGroupBean

com.ibm.commerce.common.objects.RecognizedMemberGroupBean
All Implemented Interfaces:
java.io.Serializable

public class RecognizedMemberGroupBean
implements java.io.Serializable

This bean provides access to the STOREMBRGP table.

The following is a description of this table:

Each row of this table indicates that a Store recognizes a MemberGroup as a customer group.

See Also:
Serialized Form

Constructor Summary
RecognizedMemberGroupBean()
           
 
Method Summary
 java.lang.Long getMemberGroupId()
          This method provides access to the STOREMBRGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getStoreId()
          This method provides access to the STOREMBRGP.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setMemberGroupId(java.lang.Long aMemberGroupId)
          This method provides access to the STOREMBRGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the STOREMBRGP.STORE_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

RecognizedMemberGroupBean

public RecognizedMemberGroupBean()
Method Detail

getMemberGroupId

public java.lang.Long getMemberGroupId()

This method provides access to the STOREMBRGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The MemberGroup.

Returns:
java.lang.Long

getStoreId

public java.lang.Integer getStoreId()

This method provides access to the STOREMBRGP.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store.

Returns:
java.lang.Integer

setMemberGroupId

public void setMemberGroupId(java.lang.Long aMemberGroupId)

This method provides access to the STOREMBRGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The MemberGroup.

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

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

This method provides access to the STOREMBRGP.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store.

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