|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberGroupUsageBean
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).
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 |
public MemberGroupUsageBean()
Method Detail |
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.
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.
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.
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.
aField1
- java.lang.Stringpublic 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.
aMbrGrpId
- java.lang.Longpublic 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.
aMbrGrpTypeId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |