com.ibm.commerce.fulfillment.objects
Class ShippingArrangementJurisdictionGroupRelationshipBean

com.ibm.commerce.fulfillment.objects.ShippingArrangementJurisdictionGroupRelationshipBean
All Implemented Interfaces:
java.io.Serializable

public class ShippingArrangementJurisdictionGroupRelationshipBean
implements java.io.Serializable

This bean provides access to the SHPARJURGP table.

The following is a description of this table:

Each row of this table indicates that a ShippingArrangement applies to all OrderItems whose shipping addresses match a ShippingJurisdictionGroup. Refer to SHPARRANGE.FLAGS.

See Also:
Serialized Form

Constructor Summary
ShippingArrangementJurisdictionGroupRelationshipBean()
           
 
Method Summary
 java.lang.Integer getJurisdictionGroupId()
          This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getShippingArrangementId()
          This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
 void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
          This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
 void setShippingArrangementId(java.lang.Integer aShippingArrangementId)
          This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ShippingArrangementJurisdictionGroupRelationshipBean

public ShippingArrangementJurisdictionGroupRelationshipBean()
Method Detail

getJurisdictionGroupId

public java.lang.Integer getJurisdictionGroupId()

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

The following is a description of this column:

The ShippingJurisdictionGroup.

Returns:
java.lang.Integer

getShippingArrangementId

public java.lang.Integer getShippingArrangementId()

This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ShippingArrangement.

Returns:
java.lang.Integer

setJurisdictionGroupId

public void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)

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

The following is a description of this column:

The ShippingJurisdictionGroup.

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

setShippingArrangementId

public void setShippingArrangementId(java.lang.Integer aShippingArrangementId)

This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ShippingArrangement.

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