|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.RecognizedMemberGroupBean
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.
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 |
public RecognizedMemberGroupBean()
Method Detail |
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.
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.
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.
aMemberGroupId
- java.lang.Longpublic 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.
aStoreId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |