com.ibm.commerce.fulfillment.objects
Class ShippingJurisdictionGroupCalculationRuleAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.fulfillment.objects.ShippingJurisdictionGroupCalculationRuleAccessBean
All Implemented Interfaces:
java.io.Serializable, ShippingJurisdictionGroupCalculationRuleAccessBeanData

public class ShippingJurisdictionGroupCalculationRuleAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ShippingJurisdictionGroupCalculationRuleAccessBeanData

This bean provides access to the SHPJCRULE table.

The following is a description of this table:

This table can be used by the shipping CalculationRuleQualifyMethod to choose a CalculationRule based on ShippingMode and FulfillmentCenter when the shipping address matches one of the ShippingJurisdictions in a particular ShippingJurisdictionGroup.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
ShippingJurisdictionGroupCalculationRuleAccessBean()
          Default constructor.
ShippingJurisdictionGroupCalculationRuleAccessBean(javax.ejb.EJBObject aEJBObject)
          Creates an access bean for the specified EJB.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByFulfillmentCenterShipModeAndJurisdiction(java.lang.Integer aFulfillmentCenterId, java.lang.Integer aShippingModeId, java.lang.Integer aJurisdictionId)
          Retrieves the ShippingJurisdictionGroupCalculationRuleAccessBeans that match the specified FulfillmentCenter, ShippingMode and Jurisdiction.
 java.util.Enumeration findByShippingArrangementJurisdictionAndCalculationRule(java.lang.Integer aShippingArrangementId, java.lang.Integer aJurisdictionId, java.lang.Integer aCalculationRuleId)
          Retrieves the ShippingJurisdictionGroupCalculationRuleAccessBeans that match the specified ShippingArrangement, Jurisdiction and CalculationRule.
 java.lang.String getCalculationRuleId()
          This method provides access to the SHPJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getCalculationRuleIdInEJBType()
          This method provides access to the SHPJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getFulfillmentCenterId()
          This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getFulfillmentCenterIdInEJBType()
          This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.String getJurisdictionGroupId()
          This method provides access to the SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getJurisdictionGroupIdInEJBType()
          This method provides access to the SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.
 java.lang.String getPrecedence()
          This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
 java.lang.Double getPrecedenceInEJBType()
          This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
 java.lang.String getShipModeId()
          This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getShipModeIdInEJBType()
          This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
 java.lang.String getShippingJurisdictionGroupCalculationRuleId()
          This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getShippingJurisdictionGroupCalculationRuleIdInEJBType()
          This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
          This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
          This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setInitKey_shippingJurisdictionGroupCalculationRuleId(java.lang.String aInitKey_shippingJurisdictionGroupCalculationRuleId)
          Set the primary key for this object
 void setPrecedence(java.lang.Double aPrecedence)
          This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
 void setPrecedence(java.lang.String aPrecedence)
          This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
 void setShipModeId(java.lang.Integer aShipModeId)
          This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
 void setShipModeId(java.lang.String aShipModeId)
          This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
 void setShippingJurisdictionGroupCalculationRuleId(java.lang.Integer aShippingJurisdictionGroupCalculationRuleId)
          This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
 void setShippingJurisdictionGroupCalculationRuleId(java.lang.String aShippingJurisdictionGroupCalculationRuleId)
          This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingJurisdictionGroupCalculationRuleAccessBean

public ShippingJurisdictionGroupCalculationRuleAccessBean()

Default constructor. Maps to findByPrimaryKey.


ShippingJurisdictionGroupCalculationRuleAccessBean

public ShippingJurisdictionGroupCalculationRuleAccessBean(javax.ejb.EJBObject aEJBObject)
                                                   throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJBObject - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByFulfillmentCenterShipModeAndJurisdiction

public java.util.Enumeration findByFulfillmentCenterShipModeAndJurisdiction(java.lang.Integer aFulfillmentCenterId,
                                                                            java.lang.Integer aShippingModeId,
                                                                            java.lang.Integer aJurisdictionId)
                                                                     throws java.rmi.RemoteException,
                                                                            javax.ejb.FinderException,
                                                                            javax.naming.NamingException

Retrieves the ShippingJurisdictionGroupCalculationRuleAccessBeans that match the specified FulfillmentCenter, ShippingMode and Jurisdiction.

The SQL query used to fetch all the required rows from the SHPJCRULE table is:
SELECT * FROM SHPJCRULE T1 WHERE
(T1.FFMCENTER_ID = ? OR T1.FFMCENTER_ID IS NULL)
AND (T1.SHIPMODE_ID = ? OR T1.SHIPMODE_ID IS NULL)
AND (T1.JURSTGROUP_ID IS NULL OR T1.JURSTGROUP_ID IN (SELECT JURSTGPREL.JURSTGROUP_ID FROM JURSTGPREL WHERE JURSTGPREL.JURST_ID = ?))
ORDER BY T1.PRECEDENCE DESC

Parameters:
aFulfillmentCenterId - the FulfillmentCenter ID
aShippingModeId - the ShippingMode ID
aJurisdictionId - the Jurisdiction ID
Returns:
An Enumeration of all the ShippingJurisdictionGroupCalculationRuleAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByShippingArrangementJurisdictionAndCalculationRule

public java.util.Enumeration findByShippingArrangementJurisdictionAndCalculationRule(java.lang.Integer aShippingArrangementId,
                                                                                     java.lang.Integer aJurisdictionId,
                                                                                     java.lang.Integer aCalculationRuleId)
                                                                              throws java.rmi.RemoteException,
                                                                                     javax.ejb.FinderException,
                                                                                     javax.naming.NamingException

Retrieves the ShippingJurisdictionGroupCalculationRuleAccessBeans that match the specified ShippingArrangement, Jurisdiction and CalculationRule. Reserved for IBM internal use.

The SQL query used to fetch all the required rows from the SHPJCRULE table is:
SELECT * FROM SHPJCRULE T1 WHERE
T1.SHPARRANGE_ID = ? AND T1.JURSTGROUP_ID IN (SELECT JURSTGPREL.JURSTGROUP_ID FROM JURSTGPREL WHERE JURSTGPREL.JURST_ID = ?) AND T1.CALRULE_ID = ?

Parameters:
aShippingArrangementId - the ShippingArrangement ID
aJurisdictionId - the Jurisdiction ID
aCalculationRuleId - the CalculationRule ID
Returns:
An Enumeration of all the ShippingJurisdictionGroupCalculationRuleAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCalculationRuleId

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

This method provides access to the SHPJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationRule.

Specified by:
getCalculationRuleId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCalculationRuleIdInEJBType

public java.lang.Integer getCalculationRuleIdInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the SHPJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The CalculationRule.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterId

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

This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.

Specified by:
getFulfillmentCenterId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterIdInEJBType

public java.lang.Integer getFulfillmentCenterIdInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getJurisdictionGroupId

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

This method provides access to the SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingJurisdictionGroup. If this is NULL, then this row applies to all ShippingJurisdictionGroups.

Specified by:
getJurisdictionGroupId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getJurisdictionGroupIdInEJBType

public java.lang.Integer getJurisdictionGroupIdInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

This method provides access to the SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingJurisdictionGroup. If this is NULL, then this row applies to all ShippingJurisdictionGroups.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrecedence

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

This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

When a shipping address falls within more than one of the specified ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.

Specified by:
getPrecedence in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrecedenceInEJBType

public java.lang.Double getPrecedenceInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

When a shipping address falls within more than one of the specified ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShipModeId

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

This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingMode.

Specified by:
getShipModeId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShipModeIdInEJBType

public java.lang.Integer getShipModeIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingMode.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingJurisdictionGroupCalculationRuleId

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

This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
getShippingJurisdictionGroupCalculationRuleId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingJurisdictionGroupCalculationRuleIdInEJBType

public java.lang.Integer getShippingJurisdictionGroupCalculationRuleIdInEJBType()
                                                                         throws java.rmi.RemoteException,
                                                                                javax.ejb.CreateException,
                                                                                javax.ejb.FinderException,
                                                                                javax.naming.NamingException

This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)

This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.

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

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId)

This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.

Specified by:
setFulfillmentCenterId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Parameters:
aFulfillmentCenterId - java.lang.String
Returns:
void

setInitKey_shippingJurisdictionGroupCalculationRuleId

public void setInitKey_shippingJurisdictionGroupCalculationRuleId(java.lang.String aInitKey_shippingJurisdictionGroupCalculationRuleId)

Set the primary key for this object

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

setPrecedence

public void setPrecedence(java.lang.Double aPrecedence)

This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

When a shipping address falls within more than one of the specified ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.

Parameters:
aPrecedence - java.lang.Double
Returns:
void

setPrecedence

public void setPrecedence(java.lang.String aPrecedence)

This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

When a shipping address falls within more than one of the specified ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.

Specified by:
setPrecedence in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Parameters:
aPrecedence - java.lang.String
Returns:
void

setShipModeId

public void setShipModeId(java.lang.Integer aShipModeId)

This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingMode.

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

setShipModeId

public void setShipModeId(java.lang.String aShipModeId)

This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The ShippingMode.

Specified by:
setShipModeId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Parameters:
aShipModeId - java.lang.String
Returns:
void

setShippingJurisdictionGroupCalculationRuleId

public void setShippingJurisdictionGroupCalculationRuleId(java.lang.Integer aShippingJurisdictionGroupCalculationRuleId)

This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

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

setShippingJurisdictionGroupCalculationRuleId

public void setShippingJurisdictionGroupCalculationRuleId(java.lang.String aShippingJurisdictionGroupCalculationRuleId)

This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
setShippingJurisdictionGroupCalculationRuleId in interface ShippingJurisdictionGroupCalculationRuleAccessBeanData
Parameters:
aShippingJurisdictionGroupCalculationRuleId - java.lang.String
Returns:
void