com.ibm.commerce.user.objects
Class MemberGroupConditionBean

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

public class MemberGroupConditionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

MemberGroupConditionBean

public MemberGroupConditionBean()
Method Detail

getField1

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

Returns:
java.lang.String

getField2

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

Returns:
java.lang.String

getMbrGrpId

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

Returns:
java.lang.Long

setField1

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

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

setField2

public 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

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

setMbrGrpId

public 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

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