com.ibm.commerce.fulfillment.objects
Class JurisdictionGroupBean

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

public class JurisdictionGroupBean
implements java.io.Serializable

This bean provides access to the JURSTGROUP table.

The following is a description of this table:

Each row in this table represents an instance of a particular subclass of JurisdictionGroup. A JurisdictionGroup of a particular subclass is a grouping of Jurisdiction definitions of that subclass.

See Also:
Serialized Form

Constructor Summary
JurisdictionGroupBean()
           
 
Method Summary
 java.lang.String getCode()
          This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.
 java.lang.String getDescription()
          This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getJurisdictionGroupId()
          This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getSubclass()
          This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
          This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setSubclass(java.lang.Integer aSubclass)
          This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

JurisdictionGroupBean

public JurisdictionGroupBean()
Method Detail

getCode

public java.lang.String getCode()

This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.

The following is a description of this column:

A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.

Returns:
java.lang.String

getDescription

public java.lang.String getDescription()

This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.

Returns:
java.lang.String

getJurisdictionGroupId

public java.lang.Integer getJurisdictionGroupId()

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

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity associated with this JurisdictionGroup.

Returns:
java.lang.Integer

getSubclass

public java.lang.Integer getSubclass()

This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.

Returns:
java.lang.Integer

setCode

public void setCode(java.lang.String aCode)

This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.

The following is a description of this column:

A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.

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

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.

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

setJurisdictionGroupId

public void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)

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

The following is a description of this column:

Generated unique key.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity associated with this JurisdictionGroup.

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

setSubclass

public void setSubclass(java.lang.Integer aSubclass)

This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.

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