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