com.ibm.commerce.fulfillment.objects
Interface CalculationCodeMemberGroupAccessBeanData

All Known Implementing Classes:
CalculationCodeMemberGroupAccessBean

public interface CalculationCodeMemberGroupAccessBeanData

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


Method Summary
java.lang.String getCalculationCodeId()
java.lang.String getMemberGroupId()
void setCalculationCodeId(java.lang.String newValue)
void setMemberGroupId(java.lang.String newValue)

Method Detail

getCalculationCodeId

public java.lang.String getCalculationCodeId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMemberGroupId

public java.lang.String getMemberGroupId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)

setMemberGroupId

public void setMemberGroupId(java.lang.String newValue)

Feedback