com.ibm.commerce.fulfillment.objects
Class JurisdictionGroupRelationshipBean

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

public class JurisdictionGroupRelationshipBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

JurisdictionGroupRelationshipBean

public JurisdictionGroupRelationshipBean()
Method Detail

getJurisdictionGroupId

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.

Returns:
java.lang.Integer

getJurisdictionId

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.

Returns:
java.lang.Integer

getSubclass

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].

Returns:
java.lang.Integer

setJurisdictionGroupId

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.

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

setJurisdictionId

public 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.

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

setSubclass

public 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].

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