|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.JurisdictionGroupRelationshipBean
This bean provides access to the JURSTGPREL table.
The following is a description of this table:
Each row of this table indicates that a jurisdiction of a particular subclass is in a jurisdiction group of that same subclass.
Constructor Summary | |
JurisdictionGroupRelationshipBean()
|
Method Summary | |
java.lang.Integer |
getJurisdictionGroupId()
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionId()
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclass()
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionId(java.lang.Integer aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public JurisdictionGroupRelationshipBean()
Method Detail |
public java.lang.Integer getJurisdictionGroupId()
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
public java.lang.Integer getJurisdictionId()
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
public java.lang.Integer getSubclass()
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
public void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
aJurisdictionGroupId
- java.lang.Integerpublic void setJurisdictionId(java.lang.Integer aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
aJurisdictionId
- java.lang.Integerpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
aSubclass
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |