|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.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 |
public CalculationCodeMemberGroupBean()
Method Detail |
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.
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.
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.
aCalculationCodeId
- java.lang.Integerpublic 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.
aMemberGroupId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |