|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberGroupConditionBean
This bean provides access to the MBRGRPCOND table.
The following is a description of this table:
This table stores the conditions for an implicit memberGroup.
Constructor Summary | |
MemberGroupConditionBean()
|
Method Summary | |
java.lang.String |
getField1()
This method provides access to the MBRGRPCOND.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the MBRGRPCOND.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getMbrGrpId()
This method provides access to the MBRGRPCOND.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the MBRGRPCOND.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the MBRGRPCOND.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setMbrGrpId(java.lang.Long aMbrGrpId)
This method provides access to the MBRGRPCOND.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public MemberGroupConditionBean()
Method Detail |
public java.lang.String getField1()
This method provides access to the MBRGRPCOND.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable
public java.lang.String getField2()
This method provides access to the MBRGRPCOND.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable
public java.lang.Long getMbrGrpId()
This method provides access to the MBRGRPCOND.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table
public void setField1(java.lang.String aField1)
This method provides access to the MBRGRPCOND.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the MBRGRPCOND.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable
aField2
- java.lang.Stringpublic void setMbrGrpId(java.lang.Long aMbrGrpId)
This method provides access to the MBRGRPCOND.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table
aMbrGrpId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |