com.ibm.commerce.fulfillment.objects
Class CalculationCodeMemberGroupBean

com.ibm.commerce.fulfillment.objects.CalculationCodeMemberGroupBean

public class CalculationCodeMemberGroupBean

This bean provides access to the CALCODEMGP table.

The following is a description of this table:

The CalculationCodeQualifyMethod can use the rows of this table to restrict use of a CalculationCode to members of certain MemberGroups.


Constructor Summary
CalculationCodeMemberGroupBean()
           
 
Method Summary
 java.lang.Integer getCalculationCodeId()
          This method provides access to the CALCODEMGP.CALCODE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getMemberGroupId()
          This method provides access to the CALCODEMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
          This method provides access to the CALCODEMGP.CALCODE_ID column of DB2 type INTEGER NOT NULL.
 void setMemberGroupId(java.lang.Long aMemberGroupId)
          This method provides access to the CALCODEMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

CalculationCodeMemberGroupBean

public CalculationCodeMemberGroupBean()
Method Detail

getCalculationCodeId

public java.lang.Integer getCalculationCodeId()

This method provides access to the CALCODEMGP.CALCODE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationCode. See also the FLAGS column of the CALCODE table.

Returns:
java.lang.Integer

getMemberGroupId

public java.lang.Long getMemberGroupId()

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

The following is a description of this column:

The MemberGroup. The default implementation of the CalculationCodeQualifyMethod will only allow use of the CalculationCode by users who are members of the MemberGroup, and only if the MemberGroup appears in the STOREMBGRP table for the Store.

Returns:
java.lang.Long

setCalculationCodeId

public void setCalculationCodeId(java.lang.Integer aCalculationCodeId)

This method provides access to the CALCODEMGP.CALCODE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationCode. See also the FLAGS column of the CALCODE table.

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

setMemberGroupId

public void setMemberGroupId(java.lang.Long aMemberGroupId)

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

The following is a description of this column:

The MemberGroup. The default implementation of the CalculationCodeQualifyMethod will only allow use of the CalculationCode by users who are members of the MemberGroup, and only if the MemberGroup appears in the STOREMBGRP table for the Store.

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